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