-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.52 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
{
"name": "grunt-dojo2-extras",
"version": "2.0.0-pre",
"description": "A package of grunt tasks to assist with continuous deployment",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dojo/grunt-dojo2-extras.git"
},
"keywords": [
"dojo2",
"grunt",
"gruntplugin"
],
"author": "Paul Shannon <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dojo/grunt-dojo2-extras/issues"
},
"homepage": "https://github.com/dojo/grunt-dojo2-extras#readme",
"devDependencies": {
"@dojo/interfaces": "~0.2.0",
"@types/mockery": "^1.4.29",
"@types/node": "^6.0.70",
"@types/sinon": "^2.1.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^2.1.0",
"grunt-tslint": "^5.0.1",
"intern": "~4.1.0",
"load-grunt-tasks": "^3.5.2",
"mockery": "^2.0.0",
"sinon": "^2.1.0",
"ts-node": "^3.0.2",
"tslint": "^5.1.0",
"tslint-sitepen": "^0.1.0",
"typescript": "~2.6.1"
},
"dependencies": {
"@dojo/core": "~0.3.0",
"@dojo/has": "~0.1.1",
"@dojo/shim": "~0.2.3",
"@types/grunt": "^0.4.21",
"@types/mkdirp": "^0.3.29",
"@types/semver": "^5.3.31",
"@types/winston": "^2.3.1",
"github": "9.2.0",
"mkdirp": "^0.5.1",
"semver": "^5.3.0",
"travis-ci": "^2.1.1",
"tslib": "~1.8.0",
"typedoc": "^0.8.0",
"winston": "^2.3.1"
}
}