-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.83 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
{
"name": "nariyuki",
"version": "1.0.0",
"license": "MPL-2.0",
"scripts": {
"start": "node ./server/start",
"test": "grunt test"
},
"engines": {
"node": "0.10.28"
},
"dependencies": {
"bcrypt-nodejs": "git://github.com/yoavgurevich/bcrypt-nodejs.git",
"body-parser": "1.10.2",
"bunyan": "1.3.3",
"bunyan-prettystream": "0.1.3",
"compression": "1.4.4",
"cookie-parser": "1.3.3",
"debug": "2.1.1",
"express": "4.11.1",
"habitat": "3.1.2",
"jwt-simple": "0.2.0",
"moment": "2.9.0",
"mongoose": "3.8.22",
"mongoose-id-validator": "0.1.7",
"morgan": "1.5.1",
"nodemailer": "1.3.2",
"quill": "0.19.10",
"sanitize-html": "1.6.1",
"serve-favicon": "2.2.0",
"uuid": "2.0.1"
},
"devDependencies": {
"babelify": "5.0.4",
"backbone": "1.1.2",
"bluebird": "2.9.21",
"bootstrap": "3.3.4",
"browserify-global-shim": "1.0.0",
"chai": "1.10.0",
"grunt": "0.4.5",
"grunt-browserify": "3.4.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-less": "1.0.0",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "0.4.6",
"grunt-jsxhint": "0.5.0",
"grunt-react": "0.10.0",
"grunt-simple-mocha": "0.4.0",
"jit-grunt": "0.9.1",
"jquery": "2.1.3",
"jwt-decode": "1.1.0",
"less": "2.4.0",
"mocha": "2.1.0",
"react": "0.12.2",
"react-bootstrap": "0.15.1",
"react-quill": "0.0.3",
"react-router": "0.12.4",
"react-router-bootstrap": "0.9.1",
"react-tools": "0.12.2",
"reactify": "1.0.0",
"reflux": "0.2.5",
"request": "2.51.0",
"superagent": "1.1.0",
"time-grunt": "1.1.0",
"validator": "3.36.0",
"zeptojs": "1.1.4"
},
"browser": {
"react": "./node_modules/react/dist/react.js"
}
}