[ReactNative] npm install --save chalk

This commit is contained in:
Alex Kotliarskyi 2015-04-07 15:52:47 -07:00
parent 60a6533422
commit 645f2a73bc
1 changed files with 9 additions and 8 deletions

View File

@ -41,25 +41,26 @@
"react-native-start": "packager/packager.sh" "react-native-start": "packager/packager.sh"
}, },
"dependencies": { "dependencies": {
"absolute-path": "0.0.0",
"bluebird": "^2.9.21",
"chalk": "^1.0.0",
"connect": "2.8.3", "connect": "2.8.3",
"debug": "~2.1.0",
"joi": "~5.1.0",
"jstransform": "10.1.0", "jstransform": "10.1.0",
"module-deps": "3.5.6",
"optimist": "0.6.1",
"react-timer-mixin": "^0.13.1", "react-timer-mixin": "^0.13.1",
"react-tools": "0.13.1", "react-tools": "0.13.1",
"rebound": "^0.0.12", "rebound": "^0.0.12",
"sane": "1.0.1",
"source-map": "0.1.31", "source-map": "0.1.31",
"stacktrace-parser": "0.1.1", "stacktrace-parser": "0.1.1",
"absolute-path": "0.0.0",
"debug": "~2.1.0",
"joi": "~5.1.0",
"module-deps": "3.5.6",
"optimist": "0.6.1",
"sane": "1.0.1",
"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",
"ws": "0.4.31", "ws": "0.4.31",
"bluebird": "^2.9.21" "yargs": "1.3.2"
}, },
"devDependencies": { "devDependencies": {
"jest-cli": "0.2.1", "jest-cli": "0.2.1",