-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "topoli",
"version": "0.0.1",
"description": "Visualizing Toronto's political data",
"main": "server/index.js",
"scripts": {
"postinstall": "node server/bin/load.js && node_modules/webpack/bin/webpack.js",
"start": "node server/index.js"
},
"engines": {
"iojs": "2.5.x"
},
"repository": {
"type": "git",
"url": "https://github.com/abmohan/topoli"
},
"keywords": [
"toronto",
"political",
"data",
"map",
"geo",
"canada"
],
"author": "Ashwin Balamohan <[email protected]>",
"contributors": [
{
"name": "Ashwin Balamohan",
"email": "[email protected]"
},
{
"name": "Seth Davenport",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/abmohan/topoli/issues"
},
"homepage": "https://github.com/abmohan/topoli",
"dependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"bluebird": "^2.9.26",
"css-loader": "^0.16.0",
"csv": "^0.4.2",
"eslint": "^1.2.0",
"eslint-plugin-react": "^3.2.3",
"events": "^1.0.2",
"express": "^4.12.4",
"flux": "^2.1.1",
"gulp": "^3.9.0",
"gulp-supervisor": "^0.1.2",
"html-webpack-plugin": "^1.6.1",
"jsx-loader": "^0.13.2",
"mongoose": "^4.0.4",
"mongoose-schema-extend": "^0.1.7",
"morgan": "^1.6.0",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"ramda": "^0.14.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"sass-loader": "^2.0.1",
"shapefile": "^0.3.0",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1",
"xlsx": "^0.8.0"
}
}