forked from thabti/react-native-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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
{
"name": "react-native-css",
"version": "1.2.35",
"description": "Style React-Native components with css and built in support for SASS",
"main": "build/index.js",
"scripts": {
"start": "node_modules/.bin/babel src --out-dir build",
"test2": "npm start && node ./test/index.test.js",
"test": "node_modules/.bin/babel-tap test/*.test.js"
},
"author": "Sabeur Thabti",
"license": "MIT",
"dependencies": {
"chokidar": "^1.4.1",
"colors": "^1.1.2",
"css-parse": "^2.0.0",
"minimist": "^1.1.1",
"node-sass": "^3.3.2",
"npm-web-api": "^0.1.1",
"request": "^2.67.0",
"to-camel-case": "~0.2.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-tap": "^4.0.0",
"expect": "^1.14.0",
"tap": "^5.7.0"
},
"peerDependencies": {
"react-native": ">=0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/sabeurthabti/react-native-css.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"css",
"styling",
"components",
"ios"
],
"bin": {
"react-native-css": "./bin/react-native-css"
},
"bugs": {
"url": "https://github.com/sabeurthabti/react-native-css/issues"
},
"homepage": "https://github.com/sabeurthabti/react-native-css"
}