forked from 2015-IKDDE-Course/data-visualization-proj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "mudslide",
"version": "1.0.0",
"description": "mudslide",
"main": "chart_item.js",
"directories": {
"example": "example"
},
"scripts": {
"postinstall": "node_modules/.bin/bower i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2015-IKDDE-Course/data-visualization-proj.git"
},
"keywords": [
"mudslide"
],
"author": "HsuTing, peterlu14, cianyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/2015-IKDDE-Course/data-visualization-proj/issues"
},
"homepage": "https://github.com/2015-IKDDE-Course/data-visualization-proj#readme",
"dependencies": {
"bower": "^1.6.5",
"d3": "^3.5.6",
"jquery": "^2.1.4",
"leaflet": "^0.7.7",
"material-design-lite": "^1.0.6",
"webpack": "^1.12.2"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.2",
"css-loader": "^0.21.0",
"file-loader": "^0.8.4",
"json-loader": "^0.5.3",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6"
}
}