-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "funwork",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "coffee ./bin/www.coffee"
},
"dependencies": {
"body-parser": "~1.14.2",
"coffee-script": "^1.10.0",
"cookie-parser": "~1.4.1",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"express": "~4.13.4",
"express-session": "^1.11.3",
"less-middleware": "^2.0.1",
"moment": "^2.10.3",
"morgan": "~1.5.1",
"sequelize": "^3.3.2",
"serve-favicon": "~2.2.0",
"sqlite3": "^3.0.8"
},
"devDependencies": {
"coffeelint": "^1.14.2",
"coffeelint-stylish": "^0.1.2",
"connect-livereload": "^0.5.3",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-mocha": "^2.1.2",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.0",
"should": "^7.0.1"
}
}