forked from niallo/dalek-internal-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.5 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
{
"name": "dalek-internal-webdriver",
"version": "0.0.3",
"description": "JavaScript Webdriver Client for DalekJS",
"main": "./index.js",
"directories": {
"lib": ".",
"test": "test"
},
"dependencies": {
"q": "~1.0.1"
},
"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-documantix": "~0.0.4",
"grunt-include-replace": "~1.2.0",
"grunt-git-contributors": "~0.1.5",
"grunt-conventional-changelog": "~1.1.0",
"grunt-concurrent": "~0.5.0",
"grunt-bump": "~0.0.13",
"load-grunt-tasks": "~0.4.0",
"dalek-build-tools": "~0.0.2",
"time-grunt": "~0.3.1",
"blanket": "~1.1.6",
"chai": "~1.9.1",
"grunt-notify": "~0.2.20"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/dalekjs/dalek-internal-webdriver.git"
},
"bugs": {
"url": "https://github.com/dalekjs/dalek-internal-webdriver/issues"
},
"keywords": [
"dalekjs",
"webdriver"
],
"author": {
"name": "Sebastian Golasch",
"email": "[email protected]",
"url": "http://asciidisco.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dalekjs/dalek/blob/master/LICENSE-MIT"
}
],
"engine": {
"node": ">=0.8"
}
}