-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-dom-stylesheet",
"version": "0.8.8",
"description": "Stylesheets for React DOM elements",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prometheusresearch/react-dom-stylesheet.git"
},
"keywords": [
"react",
"stylesheet",
"dom"
],
"babel": {
"presets": [
"prometheusresearch"
]
},
"eslintConfig": {
"extends": "prometheusresearch"
},
"nyc": {
"exclude": [
"*.js",
"lib/*.js",
"coverage/*.js",
"**/__tests__/*.js"
]
},
"author": "Prometheus Research, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/prometheusresearch/react-dom-stylesheet/issues"
},
"homepage": "https://github.com/prometheusresearch/react-dom-stylesheet#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.6.5",
"babel-preset-prometheusresearch": "^0.1.0",
"eslint": "^2.4.0",
"eslint-config-prometheusresearch": "^0.2.0",
"eslint-plugin-react": "^6.1.2",
"flow-bin": "^0.32.0",
"invariant": "^2.2.1",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"nyc": "^6.1.1",
"power-assert": "^1.3.1",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"sinon": "^1.17.3",
"react-addons-test-utils": "^15.4.1"
},
"dependencies": {
"inline-style-prefix-all": "^2.0.2",
"lodash": "^4.13.1",
"murmurhash-js": "^1.0.0",
"react-css-property-operations": "^15.4.1",
"style-loader": "^0.13.0"
}
}