-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.38 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
{
"name": "barcamp",
"private": true,
"version": "0.0.1",
"keywords": [],
"dependencies": {
"bcrypt": "^0.8.3",
"body-parser": "^1.12.4",
"bower": "^1.4.1",
"cookie-parser": "^1.3.4",
"debug": "^2.2.0",
"exec": "^0.1.2",
"express": "^4.12.4",
"express-validator": "^2.10.0",
"gulp": "^3.8.9",
"gulp-concat": "^2.4.1",
"gulp-jade": "^0.9.0",
"gulp-minify-css": "^0.3.11",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-typescript": "~2.6.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"include-all": "~0.1.3",
"jade": "^1.7.0",
"lodash": "^2.4.2",
"map-stream": "^0.1.0",
"mongoose": "^4.0.3",
"mongoose-q": "0.0.17",
"morgan": "^1.5.3",
"node-sass": "^2.0.1",
"q": "^1.4.1",
"rc": "~0.5.0",
"sendgrid": "^1.8.0",
"serve-favicon": "^2.2.1",
"shelljs": "^0.3.0",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"scripts": {
"start": "node ./bin/www",
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/gulp build",
"debug": "node debug ./bin/www"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "[email protected]:SimplyTechnologies/barcamp_website.git"
},
"engines": {
"node": "^0.12.2",
"npm": "^2.7.3"
},
"author": "",
"license": ""
}