forked from dalekjs/dalek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.75 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.75 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
64
65
66
67
68
69
70
71
72
73
{
"name": "dalekjs",
"version": "0.0.8",
"description": "A node based cross browser testing tool",
"main": "./lib/dalek.js",
"directories": {
"test": "test",
"example": "examples"
},
"dependencies": {
"dalek-driver-native": "~0.0.5",
"dalek-reporter-console": "~0.0.6",
"dalek-browser-phantomjs": "~0.0.3",
"q": "~1.0.1",
"chai": "~1.9.1",
"async": "~0.2.10",
"eventemitter2": "~0.4.13",
"cheerio": "~0.13.1",
"lodash": "~2.4.1",
"js-yaml": "~3.0.2",
"json5": "~0.2.0",
"coffee-script": "~1.7.1",
"glob": "~3.2.9"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-yuidoc": "~0.5.2",
"grunt-contrib-compress": "~0.7.0",
"grunt-mocha-test": "~0.10.0",
"grunt-complexity": "~0.1.4",
"grunt-plato": "~1.0.0",
"grunt-git-contributors": "~0.1.5",
"grunt-conventional-changelog": "~1.1.0",
"grunt-concurrent": "~0.5.0",
"grunt-documantix": "~0.0.4",
"grunt-bump": "~0.0.13",
"grunt-include-replace": "~1.2.0",
"blanket": "~1.1.6",
"chai": "~1.9.1",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.3.1",
"dalek-build-tools": "~0.0.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/dalekjs/dalek.git"
},
"bugs": {
"url": "https://github.com/dalekjs/dalek/issues"
},
"keywords": [
"dalekjs"
],
"author": {
"name": "Sebastian Golasch",
"email": "public@asciidisco.com",
"url": "http://asciidisco.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dalekjs/dalek/blob/master/LICENSE-MIT"
}
],
"engine": {
"node": ">=0.8"
}
}