UNPKG

1.56 kBJSONView Raw
1{
2 "name": "dalek-internal-webdriver-canary",
3 "version": "0.0.3-2014-03-24-11-29-31",
4 "description": "JavaScript Webdriver Client for DalekJS",
5 "main": "./index.js",
6 "directories": {
7 "lib": ".",
8 "test": "test"
9 },
10 "dependencies": {
11 "q": "~1.0.1"
12 },
13 "devDependencies": {
14 "grunt": "~0.4.4",
15 "grunt-contrib-clean": "~0.5.0",
16 "grunt-contrib-jshint": "~0.9.2",
17 "grunt-contrib-yuidoc": "~0.5.2",
18 "grunt-contrib-compress": "~0.7.0",
19 "grunt-mocha-test": "~0.10.0",
20 "grunt-complexity": "~0.1.4",
21 "grunt-plato": "~1.0.0",
22 "grunt-documantix": "~0.0.4",
23 "grunt-include-replace": "~1.2.0",
24 "grunt-git-contributors": "~0.1.5",
25 "grunt-conventional-changelog": "~1.1.0",
26 "grunt-concurrent": "~0.5.0",
27 "grunt-bump": "~0.0.13",
28 "load-grunt-tasks": "~0.4.0",
29 "dalek-build-tools": "~0.0.2",
30 "time-grunt": "~0.3.1",
31 "blanket": "~1.1.6",
32 "chai": "~1.9.1",
33 "grunt-notify": "~0.2.20"
34 },
35 "scripts": {
36 "test": "grunt test"
37 },
38 "repository": {
39 "type": "git",
40 "url": "http://github.com/dalekjs/dalek-internal-webdriver.git"
41 },
42 "bugs": {
43 "url": "https://github.com/dalekjs/dalek-internal-webdriver/issues"
44 },
45 "keywords": [
46 "dalekjs",
47 "webdriver"
48 ],
49 "author": {
50 "name": "Sebastian Golasch",
51 "email": "public@asciidisco.com",
52 "url": "http://asciidisco.com"
53 },
54 "licenses": [
55 {
56 "type": "MIT",
57 "url": "https://github.com/dalekjs/dalek/blob/master/LICENSE-MIT"
58 }
59 ],
60 "engine": {
61 "node": ">=0.8"
62 }
63}
\No newline at end of file