-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 900 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 900 Bytes
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
{
"name": "ReactWrapper",
"version": "0.0.1",
"description": "",
"main": "",
"dependencies": {
"api": "git://github.com/migueldelmazo/api.git",
"atom": "git://github.com/migueldelmazo/atom.git",
"body-parser": "^1.14.1",
"lodash": "3.10.1",
"react": "0.14.0",
"react-bootstrap": "^0.27.3",
"react-dom": "0.14.0",
"router": "git://github.com/migueldelmazo/router.git",
"semantik": "1.1.0"
},
"devDependencies": {
"babelify": "^5.0.3",
"browser-sync": "^2.1.6",
"browserify": "^8.1.3",
"del": "^1.1.1",
"eslint-plugin-react": "3.5.1",
"express": "4.13.3",
"gulp-eslint": "0.15.0",
"gulp": "^3.8.11",
"gulp-debug": "~2.0.0",
"gulp-express": "~0.3.5",
"gulp-rev": "~3.0.1",
"gulp-rev-replace": "~0.4.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}