-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
83 lines (83 loc) · 2.06 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "lucify-refugees",
"version": "1.0.10",
"description": "React components for visualizing asylum seeker flows to Europe",
"main": "gulpfile.js",
"scripts": {
"prepublish": "./prepare.sh",
"build": "npm run clean && gulp dist",
"clean": "rm -rf dist",
"start": "gulp",
"test": "mocha",
"dist": "rm -rf dist && gulp dist",
"deploy": "lucify-notifier npm run deploy-plain",
"deploy-plain": "npm run build && npm run upload",
"deploy-chatops": "[ -z \"$AWS_TEMPORARY\" ] || npm run deploy",
"upload": "atomic-s3 --verbose"
},
"keywords": [
"lucify",
"visualisation",
"visualization",
"asylum seekers",
"UNHCR",
"Europe"
],
"engines": {
"node": "^8.9.0"
},
"homepage": "https://www.lucify.com/the-flow-towards-europe",
"contributors": [
{
"name": "Juho Ojala",
"email": "[email protected]"
},
{
"name": "Ville Saarinen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lucified/lucify-refugees.git"
},
"bugs": {
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"atomic-s3": "^0.2.0",
"babelify": "^6.4.0",
"gulp": "git://github.com/gulpjs/gulp.git#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"lucify-component-builder": "~0.2.22",
"lucify-deploy-config": "^0.1.11",
"lucify-notifier": "^0.1.16",
"mocha": "^2.3.4",
"simplify-geojson": "^1.0.2"
},
"dependencies": {
"bluebird": "^2.10.0",
"classnames": "^2.1.3",
"console-browserify": "^1.1.0",
"d3": "^3.5.16",
"d3-geo-projection": "^2.1.2",
"i18n-iso-countries": "^0.12.0",
"lucify-commons": "~0.2.2",
"moment": "^2.12.0",
"pixi.js": "^3.0.7",
"point-in-polygon": "^1.0.0",
"polygon": "^1.0.2",
"query-string": "^2.4.1",
"randgen": "^0.1.0",
"react": "0.13.3",
"sprintf": "^0.1.5",
"topojson": "^1.6.24",
"underscore": "^1.8.3",
"vec2": "^1.6.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}