-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "adminator",
"version": "1.0.0",
"description": "Network administration tool",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.1",
"griddle-react": "^0.8.2",
"history": "^2.1.2",
"ip-address": "^5.8.2",
"ipaddr.js": "",
"lodash": "^4.14.1",
"moment": "",
"patternfly": "^3.23.3",
"react": "^15.3.0",
"react-bootstrap": "^0.29.5",
"react-bootstrap-datetimepicker": "0.0.22",
"react-bootstrap-typeahead": "^0.10.4",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"react-router-bootstrap": "^0.23.0",
"reflux": "^0.4.1",
"underscore.string": "",
"webpack": "^1.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techlib/adminator.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/techlib/adminator/issues"
},
"homepage": "https://github.com/techlib/adminator#readme"
}