-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
84 lines (84 loc) · 2.12 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "nerd-stack",
"version": "0.0.1",
"author": "Jussi Hallila",
"repository": "https://github.com/Xantier/nerd-stack.git",
"license": "MIT",
"scripts": {
"start": "gulp dev",
"test": "gulp test"
},
"dependencies": {
"babel": "^5.4.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.0",
"bookshelf": "^0.8.1",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.4",
"cookies": "^0.5.0",
"cradle": "^0.6.9",
"debug": "^2.1.3",
"express": "~4.13.0",
"express-flash": "0.0.2",
"express-session": "~1.11.2",
"flux": "^2.0.1",
"helmet": "~0.10.0",
"jade": "~1.11.0",
"keymirror": "~0.1.1",
"knex": "^0.8.6",
"less-middleware": "^2.0.1",
"lodash": "^3.4.0",
"material-design-lite": "^1.0.0-3",
"method-override": "~2.3.2",
"mongoose": "~4.1.0",
"morgan": "^1.5.2",
"mysql": "^2.8.0",
"nohm": "~0.9.6",
"object-assign": "~3.0.0",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"pg": "^4.3.0",
"react": "^0.13",
"react-router": "^0.13.3",
"redis": "~0.12.1",
"rethinkdb": "~2.1.0",
"seraph": "^0.13.0",
"seraph-model": "^0.7.2",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.0.10",
"superagent": "^1.1.0",
"thinky": "~2.1.4",
"use-strict": "~1.0.0",
"uuid": "^2.0.1",
"when": "^3.7.2",
"winston": "~1.0.0"
},
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^11.0.0",
"chai": "^3.0.0",
"eslint": "~1.0.0",
"eslint-plugin-react": "^3.0.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^1.0.0",
"gulp-jsx-coverage": "^0.1.3",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "^1.1.5",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "2.0.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"jsdom": "~5.6.0",
"mocha": "^2.2.5",
"mocha-jsdom": "~1.0.0",
"mockery": "~1.4.0",
"nock": "^2.3.0",
"proxyquire": "~1.7.0",
"reactify": "^1.0.0",
"sinon": "~1.15.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}