-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
87 lines (87 loc) · 2.31 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
82
83
84
85
86
87
{
"name": "maybi-frontend",
"version": "0.1.0",
"author": "Seasonstar",
"description": "Bibi using AngularJS, SASS, Gulp, and Browserify.",
"repository": {
"type": "git",
"url": "https://github.com/jakemmarsh/angularjs-gulp-browserify-boilerplate.git"
},
"keywords": [
"express",
"gulp",
"browserify",
"angular",
"sass",
"karma",
"jasmine",
"protractor",
"boilerplate"
],
"private": true,
"engines": {
"node": ">=0.12.x"
},
"devDependencies": {
"angular": "^1.3.15",
"angular-cookies": "1.3.15",
"angular-route": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-touch": "1.3.15",
"angular-mocks": "1.3.15",
"angular-ui-router": "0.2.13",
"babelify": "5.0.4",
"brfs": "1.2.0",
"browser-sync": "2.7.6",
"browserify": "5.10.0",
"browserify-istanbul": "0.2.0",
"browserify-ngannotate": "0.1.0",
"bulk-require": "0.2.1",
"bulkify": "1.1.1",
"debowerify": "1.2.0",
"del": "0.1.3",
"express": "4.7.2",
"gulp": "3.8.8",
"gulp-angular-templatecache": "1.3.0",
"gulp-autoprefixer": "2.0.0",
"gulp-changed": "1.0.0",
"gulp-gzip": "0.0.8",
"gulp-if": "1.2.5",
"gulp-imagemin": "1.1.0",
"gulp-jshint": "1.8.3",
"gulp-karma": "0.0.4",
"gulp-notify": "2.0.0",
"gulp-protractor": "1.0.0",
"gulp-rename": "1.2.0",
"gulp-sass": "2.0.4",
"gulp-sourcemaps": "1.3.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.0.1",
"gulp-util": "3.0.1",
"imagemin-pngcrush": "0.1.0",
"isparta": "3.0.3",
"jshint-stylish": "1.0.0",
"karma": "0.12.21",
"karma-babel-preprocessor": "4.0.1",
"karma-browserify": "4.0.0",
"karma-chrome-launcher": "0.1.4",
"karma-coverage": "git://github.com/douglasduteil/karma-coverage#next",
"karma-firefox-launcher": "0.1.3",
"karma-jasmine": "0.1.5",
"morgan": "1.2.2",
"pretty-hrtime": "0.2.2",
"protractor": "1.2.0",
"run-sequence": "0.3.6",
"tiny-lr": "0.0.9",
"uglifyify": "2.5.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "0.1.1",
"watchify": "2.0.0"
},
"scripts": {
"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"preprotractor": "npm run update-webdriver",
"protractor": "npm run protractor test/protractor.conf.js"
}
}