forked from andreypopp/IntegratedCSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 861 Bytes
/
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
{
"name": "react-style",
"version": "0.5.5",
"description": "Maintainable styling for React.js components",
"main": "lib/index.js",
"license": "MIT",
"peerDependencies": {
"react": ">=0.12.0 || 0.13.0-rc1 || 0.13.0-rc2 || >=0.13.0"
},
"devDependencies": {
"jest-cli": "^0.4.0",
"jshint": "^2.6.3",
"jsx-loader": "^0.12.2",
"react": ">=0.12.0 || 0.13.0-rc1 || 0.13.0-rc2 || >=0.13.0",
"react-tools": ">=0.12.0 || 0.13.0-rc1 || 0.13.0-rc2 || >=0.13.0",
"webpack": ">=1.4.0 || >= 1.5.0 || >= 1.6.0 || >= 1.7.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"rootDir": "",
"scriptPreprocessor": "jest/preprocessor.js"
},
"repository": {
"type": "git",
"url": "https://github.com/js-next/react-style"
},
"dependencies": {
"object-assign": "^4.1.0",
"react-tools": "^0.13.3"
}
}