Files
NativeScript/package.json
Hristo Deshev a147ff490a Grunt: add an update-external-app task
Builds the modules in bin/dist/modules and updates an app's
node_modules/tns-core-modules dir.

grunt update-external-app --path=/some/path/myapp1
2015-11-06 16:53:49 +02:00

37 lines
954 B
JSON

{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"files": [
"**/*.*",
"**/*",
"!.baseDir.*",
"!node-tests/",
"!apps/"
],
"license": "Apache-2.0",
"devDependencies": {
"chai": "3.2.0",
"grunt": "0.4.5",
"grunt-bom-removal": "0.2.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
"grunt-env": "0.4.4",
"grunt-exec": "0.4.6",
"grunt-mkdir": "0.1.2",
"grunt-multi-dest": "1.0.0",
"grunt-shell": "1.1.2",
"grunt-simple-mocha": "0.4.0",
"grunt-ts": "5.0.0-beta.5",
"grunt-tslint": "2.5.0",
"grunt-untar": "0.0.1",
"mocha": "2.2.5",
"typescript": "1.6.2"
},
"typings": "tns-core-modules.d.ts"
}