-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "craneoperator",
"version": "2.0.0",
"description": "The Docker Registry Viewer",
"main": "bundle.js",
"dependencies": {
"axios": "^0.8.0",
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
"history": "^1.13.1",
"moment": "^2.18.1",
"prop-types": "^15.5.8",
"query-string": "^5.0.0",
"re-base": "^1.5.1",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-intl": "^2.1.2",
"react-loader": "^2.4.0",
"react-router": "^1.0.3",
"react-router-dom": "^4.1.2",
"react-time": "^4.3.0",
"throttle-debounce": "^1.0.1",
"webpack": "^1.13.0"
},
"devDependencies": {
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --content-base public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parabuzzle/craneop.git"
},
"keywords": [
"docker",
"registry",
"browser"
],
"author": "Michael Heijmans",
"license": "MIT",
"bugs": {
"url": "https://github.com/parabuzzle/craneop/issues"
},
"homepage": "https://github.com/parabuzzle/craneop#readme"
}