55 строки
1.7 KiB
JSON
55 строки
1.7 KiB
JSON
{
|
|
"name": "nativescript-starter-kits",
|
|
"version": "0.3.5",
|
|
"description": "CLI extension for the NatvieScript CLI",
|
|
"main": "lib/bootstrap.js",
|
|
"scripts": {
|
|
"lint": "tslint \"lib/**/*.ts\"",
|
|
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 1000 test/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/nativescript-starter-kits.git"
|
|
},
|
|
"author": "Progress <support@telerik.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {},
|
|
"devDependencies": {
|
|
"@types/chai": "3.4.34",
|
|
"@types/chai-as-promised": "0.0.29",
|
|
"@types/node": "6.0.61",
|
|
"@types/node-forge": "0.6.7",
|
|
"@types/source-map": "0.5.0",
|
|
"chai": "3.5.0",
|
|
"chai-as-promised": "6.0.0",
|
|
"chai-things": "^0.2.0",
|
|
"global-modules-path": "2.0.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-clean": "1.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-shell": "1.3.0",
|
|
"grunt-ts": "6.0.0-beta.11",
|
|
"grunt-tslint": "5.0.1",
|
|
"istanbul": "0.4.5",
|
|
"mobile-cli-lib": "https://github.com/telerik/mobile-cli-lib/tarball/master",
|
|
"mocha": "3.1.2",
|
|
"mocha-typescript": "^1.0.4",
|
|
"nativescript": "https://github.com/NativeScript/nativescript-cli/tarball/master",
|
|
"sinon": "^4.1.1",
|
|
"should": "7.0.2",
|
|
"spec-xunit-file": "0.0.1-3",
|
|
"tslint": "5.6.0",
|
|
"typescript": "2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"chai-as-promised": "^6.0.0",
|
|
"ejs": "^2.5.7",
|
|
"fs-extra": "^4.0.1",
|
|
"lodash": "4.17.10",
|
|
"node-cache": "^4.1.1",
|
|
"request": "^2.81.0",
|
|
"request-promise-native": "^1.0.5"
|
|
}
|
|
}
|