-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 1.54 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
{
"name": "grunt-dalek",
"description": "Run browser tests with dalakjs",
"homepage": "https://github.com/dalekjs/grunt-dalek",
"version": "0.2.0",
"author": {
"name": "Peter Foerger",
"email": "[email protected]"
},
"contributors": [
{
"name": "Sebastian Golasch",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/dalekjs/grunt-dalek.git"
},
"bugs": {
"url": "https://github.com/dalekjs/grunt-dalek/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dalekjs/grunt-dalek/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"dalekjs": "0.0.8"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-yuidoc": "0.5.2",
"grunt-contrib-compress": "0.12.0",
"grunt-mocha-test": "0.12.4",
"grunt-complexity": "0.2.0",
"grunt-plato": "1.3.0",
"grunt-git-contributors": "0.1.5",
"grunt-conventional-changelog": "1.1.0",
"grunt-concurrent": "1.0.0",
"grunt-documantix": "0.0.5",
"grunt-bump": "0.0.16",
"grunt-include-replace": "2.0.0",
"blanket": "1.1.6",
"chai": "1.10.0",
"load-grunt-tasks": "1.0.0",
"time-grunt": "1.0.0",
"dalek-build-tools": "0.0.2"
},
"peerDependencies": {
"grunt": "0.4.5"
},
"keywords": [
"gruntplugin",
"dalekjs"
]
}