UNPKG

1.45 kBJSONView Raw
1{
2 "name": "dalek-internal-webdriver-canary",
3 "version": "0.0.2-2013-09-23-15-26-56",
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.7"
12 },
13 "devDependencies": {
14 "grunt": "~0.4.1",
15 "grunt-contrib-clean": "~0.5.0",
16 "grunt-contrib-jshint": "~0.6.4",
17 "grunt-contrib-yuidoc": "~0.5.0",
18 "grunt-contrib-compress": "~0.5.1",
19 "grunt-mocha-test": "~0.7.0",
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-conventional-changelog": "~1.0.0",
25 "grunt-concurrent": "~0.3.1",
26 "grunt-bump": "~0.0.11",
27 "load-grunt-tasks": "~0.1.0",
28 "time-grunt": "~0.1.1",
29 "blanket": "~1.1.5",
30 "chai": "~1.8.0"
31 },
32 "scripts": {
33 "test": "grunt test"
34 },
35 "repository": {
36 "type": "git",
37 "url": "http://github.com/dalekjs/dalek-intrnal-webdriver.git"
38 },
39 "bugs": {
40 "url": "https://github.com/dalekjs/dalek-intrnal-webdriver/issues"
41 },
42 "keywords": [
43 "dalekjs",
44 "webdriver"
45 ],
46 "author": {
47 "name": "Sebastian Golasch",
48 "email": "public@asciidisco.com",
49 "url": "http://asciidisco.com"
50 },
51 "licenses": [
52 {
53 "type": "MIT",
54 "url": "https://github.com/dalekjs/dalek/blob/master/LICENSE-MIT"
55 }
56 ],
57 "engine": {
58 "node": ">=0.8"
59 }
60}
\No newline at end of file