forked from dubioustarantula/Kango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "Kango",
"main": "server.js",
"version": "0.0.0",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"bookshelf": "^0.7.9",
"browserify": "^9.0.3",
"compression": "1.0.1",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": "^2.3.1",
"errorhandler": "~1.0.0",
"express": "~4.0.0-rc2",
"express-session": "~1.0.0",
"jade": "~1.1.5",
"jquery": "^2.1.3",
"knex": "^0.7.5",
"morgan": "~1.0.0",
"nconf": "^0.7.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"react": "^0.12.2",
"react-bootstrap": "^0.17.0",
"react-router": "^0.12.4",
"reactify": "^1.1.0",
"reflux": "^0.2.7",
"sass": "^0.5.0",
"sqlite3": "^3.0.5",
"static-favicon": "~1.0.1",
"underscore": "^1.8.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.5.0",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-node-inspector": "~0.1.5",
"grunt-nodemon": "^0.4.0",
"matchdep": "~0.3.0"
}
}