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

This commit is contained in:
Christopher Chedeau 2015-03-25 18:18:41 -07:00
Родитель c5a6b44c76
Коммит 546d03d8ed
2 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

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