-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.41 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.41 KB
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
{
"name": "grunt-next",
"description": "Grunt Next",
"version": "0.2.0",
"homepage": "https://github.com/gruntjs/grunt-next",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-next.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-next/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-next/blob/master/LICENSE"
}
],
"bin": {
"gn": "bin/index.js"
},
"engines": {
"node": ">= 0.10.0"
},
"main": "runner/index",
"scripts": {
"test": "mocha -R spec test/index.js"
},
"keywords": [],
"dependencies": {
"liftoff": "~0.9.3",
"lodash": "~2.4.1",
"pretty-hrtime": "~0.2.0",
"orchestrator": "~0.3.3",
"chalk": "~0.4.0",
"glob": "~3.2.8",
"bluebird": "~1.0.4",
"configfiles": "~0.3.3",
"dateformat": "~1.0.7-1.2.3",
"eventemitter2": "~0.4.13",
"minimatch": "~0.2.14",
"js-yaml": "~3.0.1",
"rimraf": "~2.2.6",
"iconv-lite": "~0.2.11",
"colors": "~0.6.2",
"nopt": "~2.2.0",
"coffee-script": "~1.7.1",
"expander": "~0.3.3",
"grunt-legacy-util": "~0.1.2",
"gaze": "0.5.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"chai": "~1.9.0",
"mocha": "~1.17.1",
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0"
}
}