-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 955 Bytes
/
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
{
"name": "react-prosody",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/rafbgarcia/react-prosody.git"
},
"dependencies": {
"jquery": "^2.1.4",
"moment": "^2.10.3",
"react": "^0.13.3",
"react-router": "^1.0.0-beta2",
"reflux": "^0.2.9",
"strophe": "^1.2.2"
},
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^11.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "0.0.5",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"lodash": "^3.10.1",
"react-tools": "^0.13.3",
"vinyl": "^0.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {},
"browserify": {
"transform": [
"babelify"
]
}
}