-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
81 lines (81 loc) · 1.75 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "sg-protractor-tools",
"version": "1.0.4",
"description": "Library of reusable helper functions for testing HTML5 applications with Protractor",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/SunGard-Labs/sg-protractor-tools.git"
},
"bugs": {
"url": "https://github.com/SunGard-Labs/sg-protractor-tools/issues"
},
"keywords": [
"html5",
"angularjs",
"memory",
"protractor",
"test"
],
"author": "SunGard",
"contributors": [
{
"name": "Akho Tshweza",
"email": "akho.tshweza@sungard.com"
},
{
"name": "Antony Davis",
"email": "antony.davis@sungard.com"
},
{
"name": "Carl Woermann",
"email": "carl.woermann@sungard.com"
},
{
"name": "Dewald Jacobs",
"email": "dewald.jacobs@sungard.com"
},
{
"name": "Faan Walters",
"email": "faan.walters@sungard.com"
},
{
"name": "Keir Timm",
"email": "keir.timm@sungard.com"
},
{
"name": "Nils Winkler",
"email": "nils.winkler@sungard.com"
},
{
"name": "Sebastian Fuss",
"email": "sebastian.fuss@sungard.com"
}
],
"license": "MIT",
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.12.0",
"grunt-sg-release": "^0.2.2",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.21.4"
},
"dependencies": {
"cli-color": "^1.0.0",
"d3": "^3.5.5",
"mkdirp": "^0.5.1",
"phantom": "^0.7.2",
"phantomjs": "^1.9.16",
"requireindex": "^1.1.0",
"underscore": "^1.7.0"
}
}