This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.85 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
{
"name": "angular-protractor-example",
"version": "1.0.0",
"description": "Example project including angular, tested by protractor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"protractor"
],
"author": "Christian Linne",
"license": "ISC",
"engine-strict": true,
"engines": {
"node": ">=4"
},
"private": true,
"jspm": {
"directories": {
"baseURL": "app"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.7",
"angular-aria": "github:angular/bower-angular-aria@^1.4.7",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.15",
"angularjs-datepicker": "npm:angularjs-datepicker@^0.2.13",
"bootstrap": "github:twbs/bootstrap@^3.3.5",
"jquery": "github:components/jquery@^2.1.4",
"moment": "npm:moment@^2.10.6",
"seiyria/angular-bootstrap-slider": "github:seiyria/angular-bootstrap-slider@^0.1.20"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"browser-sync": "^2.10.0",
"cheerio": "^0.19.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"jasmine-reporters": "^2.0.7",
"jasmine-spec-reporter": "^2.4.0",
"jasmine2-custom-message": "^0.8.0",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.7",
"phantom-html2pdf": "^1.0.3",
"protractor": "^3.0.0",
"through": "^2.3.8",
"yargs": "^3.30.0"
},
"optionalDependencies": {
"xvfb": "^0.2.2"
}
}