-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "cockpit-ovirt",
"version": "0.0.1",
"description": "Virtual Machine Management plugin for Cockpit based on oVirt.",
"main": "src/ovirt.js",
"scripts": {
"test": "eslint src --ext js,jsx",
"fix": "eslint src --fix --ext js,jsx",
"dev": "webpack -d --progress --watch",
"build": "npm test && NODE_ENV=production webpack -p --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mareklibra/cockpit-ovirt.git"
},
"keywords": [
"Cockpit",
"oVirt",
"VM",
"Management",
"VDSM"
],
"author": "ovirt.org",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mareklibra/cockpit-ovirt/issues"
},
"homepage": "https://github.com/mareklibra/cockpit-ovirt#readme",
"devDependencies": {
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bootstrap": "^3.3.6",
"browser-filesaver": "^1.1.0",
"c3": "^0.4.10",
"clean-webpack-plugin": "^0.1.8",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"d3": "^3.5.16",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"file-loader": "^0.8.5",
"patternfly": "^3.2.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
}
}