-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "ci-poc",
"version": "1.0.0",
"description": "Angular POC with Travis CI tests and deployment",
"main": "src/index.html",
"scripts": {
"test": "gulp test",
"postinstall": "./node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storytimesolutions/CI-POC.git"
},
"author": "Chris Story",
"license": "ISC",
"bugs": {
"url": "https://github.com/storytimesolutions/CI-POC/issues"
},
"homepage": "https://github.com/storytimesolutions/CI-POC#readme",
"devDependencies": {
"angular": "^1.5.3",
"angular-mocks": "^1.5.3",
"angular-route": "^1.5.3",
"angular-scenario": "^1.5.3",
"bootstrap": "^3.3.6",
"browser-sync": "^2.11.2",
"chromedriver": "^2.21.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.6",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-html-replace": "^1.5.5",
"gulp-jshint": "^2.0.0",
"gulp-protractor": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^3.0.0"
}
}