-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathpackage.json
37 lines (37 loc) · 865 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
{
"name": "react-tab-selector",
"version": "1.0.0",
"description": "A sample component with React.",
"scripts": {
"start": "node ./js/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/supnate/react-tab-selector.git"
},
"keywords": [
"react",
"reactjs",
"hot",
"reload",
"edit",
"webpack"
],
"author": "Nate Wang <[email protected]> (http://github.com/supnate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/supnate/react-tab-selector/issues"
},
"homepage": "https://github.com/supnate/react-tab-selector",
"devDependencies": {
"jsx-loader": "^0.12.2",
"css-loader": "^0.15.0",
"style-loader": "^0.12.4",
"react-hot-loader": "^1.1.1",
"webpack": "^1.5.1",
"webpack-dev-server": "1.6.4"
},
"dependencies": {
"react": "^0.12.0"
}
}