-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 984 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
{
"name": "cah-interview",
"version": "0.0.0",
"main": "index.jsx",
"scripts": {
"start": "webpack-dev-server --hot --debug --devtool eval --progress --colors --verbose --display-chunks --output-pathinfo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Colony American Homes",
"license": "MIT",
"private": true,
"dependencies": {
"babel": "^5.5.8",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"bluebird": "^2.9.30",
"html-webpack-plugin": "^1.5.2",
"lodash": "^3.9.3",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"webpack": "^1.10.0",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colonyamerican/interview.git"
},
"bugs": {
"url": "https://github.com/colonyamerican/interview/issues"
},
"homepage": "https://github.com/colonyamerican/interview#readme",
"description": ""
}