forked from tee-yankov/ngBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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": "ngBoilerplate",
"version": "0.0.1",
"description": "A simple boilerplate for an angular project with backend.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/venoma333/ngBoilerplate"
},
"keywords": [
"angular",
"boileplate"
],
"author": "Theodore Yankov",
"license": "ISC",
"bugs": {
"url": "https://github.com/venoma333/ngBoilerplate/issues"
},
"homepage": "https://github.com/venoma333/ngBoilerplate",
"dependencies": {
"express": "^4.11.1",
"mongoose": "^3.8.22"
},
"devDependencies": {
"body-parser": "^1.10.2",
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
"errorhandler": "^1.3.2",
"gulp": "^3.8.10",
"gulp-angular-filesort": "^1.0.4",
"gulp-autoprefixer": "^2.1.0",
"gulp-batch": "^1.0.5",
"gulp-css-globbing": "^0.1.5",
"gulp-inject": "^1.1.1",
"gulp-nodemon": "^1.0.5",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.3.2",
"gulp-watch": "^4.1.0",
"lodash": "^3.0.0",
"method-override": "^2.3.1",
"morgan": "^1.5.1",
"serve-favicon": "^2.2.0"
}
}