-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.31 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
{
"name": "generator-dalekjs",
"version": "0.0.1",
"description": "A DalekJS generator for Yeoman",
"keywords": [
"yeoman-generator",
"dalekjs"
],
"homepage": "https://github.com/dalekjs/generator-dalekjs",
"bugs": "https://github.com/dalekjs/generator-dalekjs/issues",
"author": {
"name": "",
"email": "[email protected]",
"url": "https://github.com/dalekjs"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/dalekjs/generator-dalekjs.git"
},
"scripts": {
"test": "npm test"
},
"dependencies": {
"yeoman-generator": "~0.13.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-contrib-compress": "~0.5.1",
"grunt-mocha-test": "~0.6.3",
"grunt-complexity": "~0.1.3",
"grunt-plato": "~0.2.1",
"grunt-documantix": "~0.0.3",
"grunt-include-replace": "~1.1.0",
"grunt-conventional-changelog": "~1.0.0",
"grunt-concurrent": "~0.3.1",
"grunt-bump": "~0.0.11",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "~0.1.1",
"blanket": "~1.1.5",
"chai": "~1.7.2"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}