-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 992 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
{
"name": "react-native-responsive-stylesheet",
"version": "0.1.0",
"description": "Utility for building responsive styles for react native",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=mocha istanbul cover _mocha -- --compilers js:babel-core/register",
"compile": "NODE_ENV=prod:compile babel -d lib/ src/",
"prepublish": "npm run compile",
"test:watch": "NODE_ENV=mocha mocha --compilers js:babel-core/register --require ./test/helper.js --watch"
},
"author": "madox2",
"license": {
"type": "MIT",
"url": "https://github.com/madox2/react-native-responsive-stylesheet/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/madox2/react-native-responsive-stylesheet.git"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"chai": "^3.5.0",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^3.0.2",
"sinon": "^1.17.5"
}
}