-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.15 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
{
"name": "protractor-fullstack",
"description": "Test your site for errors with protractor",
"version": "0.1.0",
"homepage": "https://github.com/Dmitry.Mogilko/protractor-fullstack",
"author": {
"name": "Dmitry Mogilko",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/Dmitry.Mogilko/protractor-fullstack.git"
},
"bugs": {
"url": "https://github.com/Dmitry.Mogilko/protractor-fullstack/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Dmitry.Mogilko/protractor-fullstack/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"astrolabe": "^0.3.6",
"colors": "1.0.3",
"jasmine-reporters": "^2.0.7",
"lodash": "^3.10.1",
"lodash-node": "^3.10.1",
"nconf": "0.7.1",
"protractor": "2.5.1",
"q": "1.4.1",
"request": "2.36.0",
"sauce-connect-launcher": "^0.13.0",
"winston": "^2.1.0"
},
"devDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"protractor",
"seed",
"biolerplate"
]
}