-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "bauhaus-demo",
"version": "0.0.1",
"description": "Demo site of BauhausJS",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"bauhausjs": "~0.1.1",
"express": "~3.4.8",
"mongoose": "~3.8.7",
"debug": "~0.7.4",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.0",
"passport": "~0.2.0",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.6",
"ejs": "~0.8.5",
"baucis": "~0.15.1",
"mocha": "~1.17.1",
"mongoose-materialized": "~0.1.6",
"event-stream": "^3.1.0",
"gulp-replace": "^0.2.0",
"gulp-concat": "^2.1.7",
"gulp-inject": "^0.4.0",
"gulp-livereload": "^1.1.1",
"gulp": "^3.5.2",
"tiny-lr": "0.0.5",
"gulp-uglify": "^0.2.1",
"gulp-less": "^1.2.1",
"gulp-kss": "~0.0.2",
"gulp-util": "^2.2.14",
"gulp-component-loader": "~0.0.1"
},
"devDependencies": {
"mocha": "~1.17.1"
}
}