-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.98 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": "node-site",
"version": "1.0.0",
"scripts": {
"start": "grunt server",
"test": "node_modules/jshint/bin/jshint Gruntfile.js server/**/*.js client/app/**/*.js test/*.js && node_modules/mocha/bin/mocha -R spec -r should test/*.js"
},
"dependencies": {
"bluebird": "^2.0.2",
"body-parser": "~1.0.2",
"config": "~0.4.35",
"connect": "~2.14.4",
"connect-multiparty": "~1.0.3",
"connect-session-sequelize": "~1.0.0",
"cookie-parser": "~1.0.1",
"express": "^4.0.0",
"express-enrouten": "~1.0.0",
"express-graceful-exit": "^0.1.0",
"express-initializers": "0.0.1",
"express-session": "~1.0.2",
"express3-handlebars": "~0.5.0",
"hat": "0.0.3",
"lodash": "~2.4.1",
"morgan": "^1.1.1",
"nodemailer": "~0.6.3",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"passport-local-sequelize": "git+https://github.com/jgable/passport-local-sequelize.git#node-site",
"passport-token": "^0.1.1",
"sequelize": "~1.7.2",
"serve-favicon": "~2.0.0",
"sqlite3": "~2.2.3",
"swagger-framework": "^0.11.0",
"swaggerize": "0.0.2",
"winston": "^0.7.3",
"yaml": "~0.2.3"
},
"devDependencies": {
"ember-template-compiler": "~1.5.1",
"grunt": "~0.4.2",
"grunt-concat-sourcemap": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-ember-templates": "~0.4.20",
"grunt-es6-module-transpiler": "~0.6.0",
"grunt-express-server": "~0.4.13",
"grunt-filerev": "^0.2.1",
"grunt-filerev-assets": "^0.3.1",
"grunt-jshint2": "~2.4.0",
"grunt-lesslint": "~0.17.0",
"grunt-s3": "^0.2.0-alpha.3",
"handlebars": "~1.3.0",
"jshint": "^2.5.1",
"load-grunt-config": "~0.7.1",
"mocha": "^1.20.1",
"should": "^4.0.1",
"sinon": "^1.10.2"
}
}