-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ui-kits-cli-extension",
"version": "1.0.0",
"description": "CLI extension for the NatvieScript CLI",
"main": "lib/bootstrap.js",
"scripts": {
"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/borisKarastanev/UiKitsCliExtension.git"
},
"author": "Boris Karastanev <[email protected]>",
"license": "Apache-2.0",
"bugs": {},
"devDependencies": {
"@types/chai": "3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/lodash": "4.14.50",
"@types/node": "6.0.61",
"@types/node-forge": "0.6.7",
"@types/semver": "5.3.30",
"@types/source-map": "0.5.0",
"@types/uuid": "2.0.29",
"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": "4.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",
"should": "7.0.2",
"spec-xunit-file": "0.0.1-3",
"tslint": "4.3.1",
"typescript": "2.1.5"
},
"dependencies": {
"lodash.indexof": "^4.0.5",
"lodash.sortby": "^4.7.0",
"node-cache": "^4.1.1",
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}