-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@dojo/cli",
"version": "2.0.0-pre",
"description": "Dojo 2 CLI utility",
"homepage": "http://dojotoolkit.org",
"bugs": {
"url": "https://github.com/dojo/cli/issues"
},
"engines": {
"node": ">= 6.0.0"
},
"license": "BSD-3-Clause",
"keywords": [
"dojo",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/dojo/cli.git"
},
"scripts": {
"test": "grunt test"
},
"bin": {
"dojo": "bin/dojo.js"
},
"files": [
"dist",
"src",
"typings.json"
],
"dependencies": {
"@dojo/cli-create-app": "2.0.0-alpha.7",
"chalk": "^1.1.3",
"cliui": "^3.2.0",
"cross-spawn": "^4.0.0",
"david": "^9.0.0",
"fs-extra": "^0.30.0",
"globby": "^6.0.0",
"inquirer": "^2.0.0",
"ora": "^0.3.0",
"pkg-dir": "^1.0.0",
"typings-core": "^1.4.1",
"update-notifier": "^1.0.2",
"yargs": "^5.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/chalk": "^0.4.31",
"@types/fs-extra": "0.0.34",
"@types/glob": "^5.0.30",
"@types/grunt": "~0.4.0",
"@types/inquirer": "0.0.32",
"@types/mockery": "^1.4.29",
"@types/node": "^6.0.49",
"@types/sinon": "^1.16.32",
"@types/sinon-as-promised": "^4.0.5",
"codecov.io": "0.1.6",
"@dojo/interfaces": "2.0.0-alpha.11",
"@dojo/loader": "2.0.0-beta.9",
"dts-generator": "~1.7.0",
"glob": "^7.0.3",
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dojo2": ">=2.0.0-beta.16",
"grunt-text-replace": "^0.4.0",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^3.1.0",
"grunt-typings": ">=0.1.5",
"intern": "^3.4.1",
"istanbul": "^0.4.3",
"mockery": "^1.7.0",
"remap-istanbul": "^0.6.4",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"tslint": "^3.11.0",
"typescript": "~2.1.5"
}
}