-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.46 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
{
"name": "Atrus",
"version": "0.0.1",
"description": "The Atrus application",
"homepage": "http://atrus.co",
"private": true,
"main": "app.js",
"license": {
"type": "MIT",
"url": "https://github.com/parashar/api/blob/master/LICENSE"
},
"scripts": {
"dev": "gulp dev"
},
"engines": {
"node": ">=0.10.0"
},
"config": {
"dirs": {
"views": "app/views",
"layouts": "app/views/layouts",
"partials": "app/views/partials",
"sass": "app/assets/sass/**/*.scss",
"public": "public",
"js": {
"vendor": "app/assets/js/vendor/*.js",
"main": "app/assets/js/*.js"
}
},
"site": {
"host": "0.0.0.0",
"port": 3000
},
"defaultLayout": "main"
},
"repository": {
"type": "git",
"url": "https://github.com/parashar/api"
},
"dependencies": {
"body-parser": "^1.12.4",
"del": "^1.2.0",
"express": "^4.12.4",
"express-handlebars": "^2.0.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.0.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.9.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"lazy.js": "^0.4.0",
"morgan": "^1.5.2",
"pg-promise": "^0.7.1",
"nodemon": "1.3.7",
"run-sequence": "^1.0.2",
"gulp-shell": "^0.4.0"
}
}