-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.07 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "xo-web",
"version": "3.9.1",
"license": "AGPL3",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
"xen",
"orchestra",
"xen-orchestra",
"web"
],
"devDependencies": {
"angular": "^1.3.15",
"angular-animate": "^1.3.15",
"angular-bootstrap": "^0.12.0",
"angular-cookies": "^1.3.15",
"angular-ui-router": "^0.2.13",
"angular-ui-utils": "^0.1.1",
"babelify": "^6.0.2",
"bluebird": "^2.9.14",
"bootstrap-sass": "^3.3.4",
"bower": "^1.3.12",
"browserify": "^9.0.3",
"browserify-plain-jade": "^0.2.2",
"bundle-collapser": "^1.1.4",
"coffeeify": "^1.0.0",
"event-stream": "^3.3.0",
"font-awesome": "^4.3.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-coffee": "^2.3.1",
"gulp-connect": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-embedlr": "^0.5.2",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.1",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.2.0",
"in-publish": "^1.1.1",
"jquery": "^2.1.3",
"lodash.difference": "^3.0.1",
"lodash.filter": "^3.0.0",
"lodash.includes": "^3.1.1",
"lodash.indexof": "^3.0.2",
"lodash.sortby": "^3.1.0",
"lodash.throttle": "^3.0.1",
"novnc-node": "^0.5.1",
"rimraf": "^2.3.2",
"vinyl": "^0.4.6",
"watchify": "^3.1.1",
"xo-lib": "^0.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/vatesfr/xo-web"
},
"author": {
"name": "Julien Fontanet",
"email": "[email protected]"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"build": "gulp distclean && gulp build --production",
"dev": "gulp build",
"prepublish": "in-publish && npm run build || in-install"
},
"files": [
"dist"
],
"browserify": {
"transform": [
"babelify",
"browserify-plain-jade",
"coffeeify"
]
},
"dependencies": {
"d3": "^3.5.5"
}
}