-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 988 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": "donut_tab",
"version": "1.0.0",
"description": "chrome extension for new tab",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --content-base build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zchen9/DonutTab.git"
},
"keywords": [
"new_tab",
"chrome_extension",
"donut"
],
"author": "zchen9",
"license": "MIT",
"bugs": {
"url": "https://github.com/zchen9/DonutTab/issues"
},
"homepage": "https://github.com/zchen9/DonutTab#readme",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"node-sass": "^3.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}