-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1021 Bytes
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
{
"name": "gender-equality",
"version": "1.0.0",
"description": "Data visualisation of Gender Equality across australian industries",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Gasson <tom@gasson.com.au>",
"license": "ISC",
"dependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"babel-runtime": "^5.6.15",
"css-loader": "^0.15.1",
"d3": "^3.5.5",
"d3-tip": "^0.6.7",
"d3-transform": "^1.0.3",
"d3.geo.tile": "0.0.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"font-awesome": "^4.3.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"leaflet": "^0.7.3",
"node-libs-browser": "^0.5.2",
"postcss": "^4.1.13",
"postcss-import": "^6.0.0",
"postcss-nested": "^0.3.2",
"react": "^0.13.3",
"style-loader": "^0.12.3",
"topojson": "^1.6.19",
"url-loader": "^0.5.6",
"webpack": "^1.10.0"
}
}