-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
{
"name": "Immedia",
"description": "Our Immedia App Node dependencies",
"version": "0.0.1",
"dependencies": {
"bluebird": "^2.10.1",
"body-parser": "^1.14.1",
"chai": "^3.3.0",
"cors": "^2.7.1",
"express": "4.13.3",
"express-cors": "0.0.3",
"fuzzyset.js": "0.0.1",
"gulp": "3.9.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.3",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.1.10",
"q": "^1.4.1",
"react": "0.13.3",
"react-style": "^0.5.5",
"request": "^2.64.0",
"supertest": "^1.1.0",
"twitter": "^1.2.5"
},
"devDependencies": {
"browserify": "^11.2.0",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.4",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-react": "3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sftp": "0.1.5",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "3.0.6",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}