-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (50 loc) · 1.19 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": "exceljson",
"version": "0.1.0",
"description": "convert csv, tsv, xml to json; json to charts.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palerdot/exceljson.git"
},
"keywords": [
"csv",
"tsv",
"json"
],
"author": "Arun <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/palerdot/exceljson/issues"
},
"homepage": "https://github.com/palerdot/exceljson#readme",
"dependencies": {
"clipboard-js": "^0.3.2",
"d3": "^4.4.0",
"d3-dsv": "^1.0.3",
"file-saver": "^1.3.3",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.4.0",
"jquery": "^2.2.4",
"json-formatter-js": "^1.3.0",
"lodash": "^4.17.2",
"materialize-css": "^0.97.8",
"vue": "^2.1.6"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"expose-loader": "^0.7.1",
"gulp-if": "^2.0.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"imports-loader": "^0.7.0",
"webpack": "^1.14.0",
"webpack-stream": "^3.2.0"
}
}