-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "theme-d3js-liquegauge",
"version": "0.0.2",
"preview": [
"images/preview.png"
],
"description": "A D3.js lique gauge theme.",
"repository": {
"type": "git",
"url": "https://github.com/wotcity/theme-d3js-liquegauge.git"
},
"dependencies": {
"async": "~0.2.9",
"automationjs": "^0.1.3",
"backbone": "^1.1.2",
"d3": "^3.5.5",
"html-to-vdom": "^0.3.0",
"http-proxy": "*",
"jquery": "^2.1.3",
"memcached": "*",
"moment": "^2.10.2",
"underscore": "^1.7.0",
"virtual-dom": "0.0.23",
"websocket": "^1.0.18"
},
"devDependencies": {
"browser-sync": "^0.9.1",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-browserify": "^0.5.0",
"gulp-cache": "^0.1.1",
"gulp-csso": "^0.2.6",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.6.0",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "*",
"gulp-minify-html": "^0.1.3",
"gulp-replace": "^0.3.0",
"gulp-ruby-sass": "*",
"gulp-size": "^0.4.0",
"gulp-uglify": "^0.3.0",
"gulp-uncss": "^0.4.4",
"gulp-useref": "^0.4.3",
"jshint-stylish": "^0.2.0",
"run-sequence": "^0.3.6"
}
}