-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1016 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
{
"name": "muzzle",
"version": "0.0.1",
"description": "Front end for recon",
"private": true,
"main": "js/app.js",
"scripts": {
"watch": "webpack-dev-server --hot --inline --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeignition/muzzle.git"
},
"author": "Hari haran",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/codeignition/muzzle/issues"
},
"homepage": "https://github.com/codeignition/muzzle#readme",
"dependencies": {
"history": "^1.12.5",
"react": "^0.14.2",
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc4"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"eslint": "^1.7.3",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.6.3",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}