-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 866 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
{
"name": "warmu",
"version": "0.1.0",
"private": true,
"description": "wp-admin powered by React",
"dependencies": {
"browserify": "^13.0.0",
"material-ui": "^0.14.2",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-tap-event-plugin": "^0.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "*",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Inggo/Warmu.git"
},
"author": "Inggo Espinosa",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/Inggo/Warmu/issues"
},
"homepage": "https://github.com/Inggo/Warmu"
}