-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 977 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
{
"name": "majami",
"version": "0.0.1",
"description": "majami",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shininggeneration/majami.git"
},
"readme": "README.md",
"engines": {
"node": ">=0.12",
"npm": ">=2"
},
"dependencies": {
"bootstrap": "^3.3.5",
"react": "^0.13.3",
"react-bootstrap": "0.24.5",
"react-gmaps": "^0.3.1",
"react-router": "^0.13.3"
},
"devDependencies": {
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"css-loader": "^0.15.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-html-replace": "^1.5.1",
"gulp-newer": "^0.5.1",
"imports-loader": "^0.6.4",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"gh-pages": "gulp && git add dist && git commit && git subtree push --prefix dist origin gh-pages"
}
}