forked from sismurakamiy/e2d3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.84 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.84 KB
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
{
"name": "e2d3",
"version": "0.6.4",
"description": "E2D3 is JavaScript library for using D3.js on Excel.",
"keywords": [
"E2D3"
],
"homepage": "http://e2d3.org/",
"bugs": "https://github.com/e2d3/e2d3/issues",
"license": "Apache-2.0",
"author": "E2D3 Project",
"main": "./lib/index.js",
"bin": "./bin/e2d3",
"scripts": {
"postinstall": "(node bin/test-env-global) || (bower prune && bower update && gulp build --release)",
"watch": "gulp run",
"start": "gulp run",
"release": "bower update && gulp build --release && npm publish"
},
"repository": "e2d3/e2d3",
"dependencies": {
"body-parser": "~1.14.2",
"colors": "~1.1.2",
"commander": "~2.9.0",
"connect-livereload": "~0.5.4",
"cors": "~2.7.1",
"express": "~4.13.3",
"js-yaml": "~3.4.6",
"morgan": "~1.6.1",
"node-watch": "~0.3.5",
"open": "0.0.5",
"semver": "~5.1.0",
"tiny-lr": "~0.2.1"
},
"devDependencies": {
"amd-optimize": "~0.6.1",
"babel-core": "~6.4.0",
"babel-plugin-transform-runtime": "~6.4.0",
"babel-preset-es2015": "~6.3.13",
"babel-runtime": "~5.8.34",
"bower": "~1.7.2",
"coffee-script": "~1.10.0",
"gulp": "~3.9.0",
"gulp-coffee": "~2.3.1",
"gulp-concat": "~2.6.0",
"gulp-debug": "~2.1.2",
"gulp-develop-server": "~0.5.0",
"gulp-filter": "~3.0.1",
"gulp-if": "~2.0.0",
"gulp-jade": "~1.1.0",
"gulp-minify-css": "~1.2.3",
"gulp-order": "~1.1.1",
"gulp-plumber": "~1.0.1",
"gulp-sass": "~2.1.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"gulp-util": "~3.0.7",
"main-bower-files": "~2.11.1",
"merge2": "~0.3.6",
"rimraf": "~2.5.0",
"through2": "~2.0.0",
"vue-hot-reload-api": "~1.2.2",
"vueify": "~8.3.0",
"vueify-insert-css": "~1.0.0"
},
"engines": {
"node": "~5.3.0"
}
}