forked from jstogether/jstogether
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "jstogether",
"version": "0.0.1",
"description": "Helper site for jstogether group",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp sass browserify",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jstogether/jstogether.git"
},
"author": "Josh Phillips",
"license": "MIT",
"bugs": {
"url": "https://github.com/jstogether/jstogether/issues"
},
"homepage": "https://github.com/jstogether/jstogether#readme",
"dependencies": {
"babel": "^5.8.20",
"babel-core": "^5.8.20",
"babelify": "^6.1.3",
"bcrypt": "^0.8.5",
"body-parser": "^1.13.3",
"browserify": "^11.0.1",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.3",
"express": "^4.13.3",
"express-session": "^1.11.3",
"flux": "^2.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0",
"mongodb": "^2.0.41",
"mongoose": "^4.1.3",
"nconf": "^0.7.2",
"passport": "^0.2.2",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"react": "^0.13.3",
"react-marked": "^0.3.1",
"react-radio-group": "^2.1.1",
"react-router": "^0.13.3",
"react-tabs": "^0.4.0",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {}
}