-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
69 lines (69 loc) · 1.83 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
{
"name": "protractor-recorder",
"version": "0.0.1",
"dependencies": {
"protractor": "^3.0.0"
},
"scripts": {
"test": "gulp test",
"start": "node server.js"
},
"devDependencies": {
"body-parser": "~1.14.1",
"connect-livereload": "~0.5.4",
"express": "~4.13.3",
"gulp": "~3.9.0",
"gulp-livereload": "~3.8.1",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~2.0.4",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.4.1",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.6",
"http-proxy-middleware": "~0.9.0",
"karma": "~0.13.10",
"karma-angular-filesort": "~1.0.0",
"karma-coverage": "~0.5.2",
"karma-jasmine": "~0.3.6",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.1",
"lodash": "~4.0.0",
"main-bower-files": "~2.9.0",
"phantomjs": "~1.9.18",
"request": "~2.67.0",
"tiny-lr": "~0.2.1",
"selenium-grid": "~0.5.0",
"selenium-grid-status": "~0.2.0",
"socket.io": "~1.4.5",
"uglify-save-license": "~0.4.1",
"vinyl-fs": "~0.3.0",
"wiredep": "~2.2.2",
"wrench": "~1.5.8"
},
"engines": {
"node": ">=4.2.2"
},
"description": "A web interface to record users actions and export to Protractor.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ealves/protractor-recorder.git"
},
"keywords": [
"protractor",
"recorder"
],
"author": "Eduardo Alves",
"license": "MIT",
"bugs": {
"url": "https://github.com/ealves/protractor-recorder/issues"
},
"homepage": "https://github.com/ealves/protractor-recorder#readme"
}