[ReactNative] Update package.json to be npm-ready
This commit is contained in:
parent
c5a6b44c76
commit
546d03d8ed
13
package.json
13
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.2",
|
||||
"description": "Build native apps with React!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -21,6 +21,16 @@
|
|||
]
|
||||
},
|
||||
"main": "Libraries/react-native/react-native.js",
|
||||
"files": [
|
||||
"ReactKit",
|
||||
"Examples/SampleApp",
|
||||
"Libraries",
|
||||
"packager",
|
||||
"cli.js",
|
||||
"init.sh",
|
||||
"LICENSE",
|
||||
"PATENTS"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "node linter.js Examples/",
|
||||
|
@ -37,7 +47,6 @@
|
|||
"stacktrace-parser": "0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ws": "0.4.31",
|
||||
"jest-cli": "0.2.1",
|
||||
"eslint": "0.9.2"
|
||||
}
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
"uglify-js": "~2.4.16",
|
||||
"underscore": "1.7.0",
|
||||
"worker-farm": "1.1.0",
|
||||
"yargs": "1.3.2"
|
||||
"yargs": "1.3.2",
|
||||
"ws": "0.4.31"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-cli": "0.2.1",
|
||||
|
|
Loading…
Reference in New Issue