[ReactNative] Update package.json to be npm-ready

This commit is contained in:
Christopher Chedeau
2015-03-25 18:18:41 -07:00
parent c5a6b44c76
commit 546d03d8ed
2 changed files with 13 additions and 3 deletions

View File

@@ -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"
} }

View File

@@ -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",