-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 920 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": "ninth",
"version": "0.0.1",
"description": "frontend framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --hot --inline --content-base src/assets/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiawang1/ninth.git"
},
"author": "Jia Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiawang1/ninth/issues"
},
"homepage": "https://github.com/jiawang1/ninth#readme",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.23.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"backbone": "^1.3.2"
}
}