forked from mbcooper/ProtractorExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.01 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
{
"author": "Mike Cooper, Academy Licensing LLC <[email protected]>",
"name": "sampleProtractor",
"description": "Sample demonstration of Angular tests with Protractor and PageObjects",
"homepage": "http://www.academylicensing.com",
"version": "0.1.0",
"licenses": {
"type": "MIT"
},
"repository": {
"type": "git",
"url": "https://github.com/mbcooper/sampleProtractor"
},
"readmeFilename": "readme.md",
"dependencies": {},
"devDependencies": {
"bower": "~1.3.x",
"colors": "~1.0.3",
"connect-livereload": "^0.5.2",
"del": "^1.0.0",
"express": "^4.11.2",
"express-json": "^1.0.0",
"gulp": "^3.8.10",
"gulp-angular-filesort": "^1.0.4",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.2",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-express": "^0.1.7",
"gulp-html2js": "~0.2.0",
"gulp-htmlmin": "~1.0.x",
"gulp-ignore": "~1.2.1",
"gulp-inject": "~1.0.2",
"gulp-jscs": "~1.4.0",
"gulp-jshint": "~1.9.0",
"gulp-karma": "~0.0.4",
"gulp-less": "~2.0.x",
"gulp-livereload": "~3.4.x",
"gulp-merge": "~0.1.0",
"gulp-minify-css": "~0.3.11",
"gulp-ng-annotate": "~0.5.x",
"gulp-ng-constant": "~0.2.0",
"gulp-ng-json2js": "~0.1.1",
"gulp-nodemon": "~1.0.4",
"gulp-notify": "~2.0.1",
"gulp-order": "~1.1.1",
"gulp-rename": "~1.2.0",
"gulp-template": "~2.x",
"gulp-todo": "~2.2.1",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"gulp-wrap": "~0.10.x",
"http": "0.0.0",
"jasmine-node": "~1.14.3",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.4",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "^2.4.1",
"mkdirp": "~0.5",
"node-fs": "~0.1.7",
"node-options": "~0.x",
"protractor": "~1.5.0",
"request": "^2.53.0",
"run-sequence": "~1.0.2",
"stream-series": "~0.1.1",
"urlencoded-request-parser": "^1.0.1"
}
}