forked from ether/etherpad-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 866 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
{
"name": "smock",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.10.0",
"coffee-script": "^1.9.0",
"compression": "~1.3.0",
"cookie-parser": "~1.3.3",
"cookie-session": "^1.1.0",
"express": "~4.11.0",
"express-mailer": "^0.2.4",
"glob": "~4.3.1",
"jade": "~1.9.1",
"method-override": "~2.3.0",
"morgan": "~1.5.0",
"mysql": "~2.5.3",
"sequelize": "~2.0.0-rc7",
"serve-favicon": "~2.2.0",
"socket.io": "^1.3.3"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-coffee": "^2.3.1",
"gulp-jade": "^0.11.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "~2.0.1",
"gulp-livereload": "~3.4.0",
"gulp-nodemon": "~1.0.4",
"gulp-shell": "^0.3.0",
"gulp-useref": "^1.1.1",
"wiredep": "^2.2.2"
}
}