UNPKG

1.31 kBJSONView Raw
1{
2 "name": "dalek-internal-webdriver-canary",
3 "version": "0.0.1-2013-08-20-17-53-25",
4 "description": "JavaScript Webdriver Client for DalekJS",
5 "main": "./index.js",
6 "directories": {
7 "lib": ".",
8 "test": "test"
9 },
10 "dependencies": {
11 "q": "~0.9.6"
12 },
13 "devDependencies": {
14 "grunt": "~0.4.1",
15 "grunt-contrib-clean": "~0.5.0",
16 "grunt-contrib-jshint": "~0.6.2",
17 "grunt-contrib-yuidoc": "~0.4.0",
18 "grunt-contrib-compress": "~0.5.2",
19 "grunt-mocha-test": "~0.6.2",
20 "grunt-complexity": "~0.1.3",
21 "grunt-plato": "~0.2.1",
22 "grunt-documantix": "~0.0.3",
23 "grunt-include-replace": "~1.1.0",
24 "grunt-bump": "~0.0.11",
25 "blanket": "~1.1.5",
26 "chai": "~1.7.2"
27 },
28 "scripts": {
29 "test": "grunt test"
30 },
31 "repository": {
32 "type": "git",
33 "url": "http://github.com/dalekjs/dalek-intrnal-webdriver.git"
34 },
35 "bugs": {
36 "url": "https://github.com/dalekjs/dalek-intrnal-webdriver/issues"
37 },
38 "keywords": [
39 "dalekjs",
40 "webdriver"
41 ],
42 "author": {
43 "name": "Sebastian Golasch",
44 "email": "public@asciidisco.com",
45 "url": "http://asciidisco.com"
46 },
47 "licenses": [
48 {
49 "type": "MIT",
50 "url": "https://github.com/dalekjs/dalek/blob/master/LICENSE-MIT"
51 }
52 ],
53 "engine": {
54 "node": ">=0.8"
55 }
56}
\No newline at end of file