-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "elsewhere-client",
"version": "0.0.1",
"engines": {
"node": "0.10.x"
},
"main": "app/app.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aptitud/Elsewhere.git"
},
"dependencies": {
"body-parser": "1.12.4",
"event-emitter": "0.3.3",
"express": "~4.9.7",
"express-handlebars": "~1.1.0",
"flux": "2.0.3",
"jquery": "^2.1.4",
"node-jsx": "~0.11.0",
"nodemon": "^1.2.1",
"react": "~0.11.2",
"request": "2.55.0",
"request-promise": "^0.4.3",
"socket.io": "1.3.5",
"socket.io-client": "1.3.5",
"timeago": "^0.2.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"browserify": "11.2.0",
"gulp": "3.9.0",
"gulp-git": "^1.2.4",
"gulp-jshint": "1.11.0",
"gulp-plumber": "^1.0.1",
"gulp-react": "3.0.1",
"gulp-streamify": "0.0.4",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.5",
"jshint-stylish": "2.0.0",
"reactify": "~0.14.0",
"vinyl-source-stream": "1.1.0",
"watchify": "~2.0.0"
}
}