-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 Bytes
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
{
"name": "cub",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"formsy-react": "0.17.0",
"history": "1.13.1",
"jsx-loader": "^0.13.2",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-paginate": "^0.5.0",
"react-router": "^1.0.2",
"react-textarea-autosize": "^3.3.0",
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
},
"devDependencies": {},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maria/cub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maria/cub/issues"
},
"homepage": "https://github.com/maria/cub#readme"
}