-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
41
42
43
44
45
46
{
"name": "git-rank-web",
"version": "1.0.0",
"description": "Web interface for git rank",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/FakeMethodology/git-rank-web.git"
},
"keywords": [
"git-rank",
"react",
"hunting",
"coa"
],
"author": "akhlebaev",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/FakeMethodology/git-rank-web/issues"
},
"homepage": "https://github.com/FakeMethodology/git-rank-web#readme",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"express": "^4.14.0",
"express-react-views": "^0.10.2",
"material-ui": "^0.15.4",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-flatui": "0.0.7"
}
}