-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.67 KB
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
{
"name": "angular-starter-kit",
"version": "0.10.0",
"description": "",
"author": "Eric McGary <emcgary@resourceammirati.com>",
"repository": {
"type": "git",
"url": "https://github.com/resource/angular-starterkit.git"
},
"dependencies": {
"body-parser": "1.8.1",
"compression": "1.4.1",
"cookie-parser": "1.3.3",
"debug": "2.0.0",
"ejs": "2.3.1",
"express": "4.9.0",
"morgan": "1.3.0",
"serve-favicon": "2.1.3",
"underscore": "1.8.0"
},
"devDependencies": {
"del": "~1.1.1",
"gulp": "~3.8.11",
"gulp-angular-templatecache": "~1.5.0",
"gulp-concat": "~2.4.3",
"gulp-debug": "~2.0.0",
"gulp-if": "~1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "~0.4.5",
"gulp-nodemon": "~2.0.0",
"gulp-print": "~1.1.0",
"gulp-protractor": "~0.0.12",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "~1.3.0",
"gulp-uglify": "~1.1.0",
"gulp-util": "~3.0.4",
"gulp-watch": "~4.1.1",
"jasmine-core": "~2.2.0",
"js-string-escape": "~1.0.0",
"jshint-stylish": "^1.0.2",
"karma": "~0.12.31",
"karma-jasmine": "~0.3.5",
"karma-mocha-reporter": "~0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"merge2": "~0.3.1",
"through2": "~0.6.3",
"yargs": "~3.5.4"
},
"scripts": {
"debug": "gulp --gulpfile ./build-scripts/gulpfile.js run-debug",
"unit": "gulp --gulpfile ./build-scripts/gulpfile.js run-unit-tests",
"e2e": "PORT=3001 gulp --gulpfile ./build-scripts/gulpfile.js run-e2e-tests",
"release": "gulp --gulpfile ./build-scripts/gulpfile.js --buildtype release run-build"
},
"engines": {
"node": ">0.12"
}
}