forked from blackbaud/skyux-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "@blackbaud/skyux-cli",
"version": "1.3.0",
"description": "",
"main": "index.js",
"bin": {
"sky-pages": "bin/sky-pages.js",
"skyux": "bin/skyux.js"
},
"scripts": {
"coverage": "istanbul cover --report=html ./node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=jasmine.json",
"jscs": "jscs bin lib index.js",
"jshint": "jshint bin lib index.js",
"lint": "npm run jshint && npm run jscs",
"test": "npm run lint && npm run coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/skyux-cli.git"
},
"engines": {
"node": ">= 6.11.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackbaud/skyux-cli/issues"
},
"homepage": "https://github.com/blackbaud/skyux-cli#readme",
"dependencies": {
"@blackbaud/skyux-logger": "1.0.1",
"cross-spawn": "5.1.0",
"fs-extra": "4.0.1",
"git-clone": "0.1.0",
"glob": "7.1.2",
"latest-version": "3.1.0",
"minimist": "1.2.0",
"open": "0.0.5",
"promptly": "2.2.0",
"update-notifier": "2.2.0"
},
"devDependencies": {
"istanbul": "0.4.5",
"jasmine": "2.8.0",
"jscs": "3.0.7",
"jshint": "2.9.5",
"mock-require": "2.0.2",
"proxyquire": "1.8.0"
}
}