-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "node-angular-starter",
"version": "0.2.0",
"description": "A Node / AngularJS base project.",
"author": "Kyle Maguire",
"license": "MIT",
"config": {
"processName": "node_angular_starter",
"defaultPort": 3000
},
"scripts": {
"start": "node server"
},
"devDependencies": {
"yargs": "^1.3.2",
"gulp": "^3.8.9",
"gulp-util": "^3.0.1",
"run-sequence": "^0.3.6",
"streamqueue": "^0.1.1",
"gulp-clean": "^0.3.1",
"gulp-imagemin": "^0.6.1",
"imagemin-pngcrush": "^0.1.0",
"gulp-jshint": "^1.7.1",
"gulp-less": "^1.3.1",
"gulp-autoprefixer": "0.0.8",
"gulp-css-rebase-urls": "0.0.5",
"gulp-css-url-adjuster": "^0.2.2",
"gulp-minify-css": "^0.3.6",
"gulp-concat": "^2.3.3",
"gulp-uglify": "^0.3.1",
"gulp-html2js": "^0.1.0",
"gulp-ng-annotate": "^0.3.3",
"gulp-inject": "^0.4.1",
"gulp-minify-html": "^0.1.4",
"gulp-sourcemaps": "^1.2.5",
"gulp-gzip": "0.0.8",
"gulp-size": "^1.0.0",
"gulp-watch": "^0.6.8",
"gulp-changed": "^0.4.0",
"gulp-nodemon": "^1.0.4",
"gulp-livereload": "^2.1.0"
},
"dependencies": {
"express": "^4.6.1",
"ecstatic": "^0.5.5",
"serve-favicon": "^2.1.6"
}
}