This repository has been archived by the owner on Oct 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.24 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
84
85
86
87
88
89
90
91
{
"name": "depackt-map",
"version": "2.0.0-4",
"description": "Zero Waste Map",
"main": "index.js",
"scripts": {
"standard": "standard --parser babel-eslint",
"test": "babel-node ./test.js",
"start": "babel-node ./index.js"
},
"author": "Augustin Godiscal <hello@auggod.tech>",
"license": "MIT",
"babel": {
"plugins": [
"lodash",
"add-module-exports"
],
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
},
"dependencies": {
"async": "^2.5.0",
"babel-polyfill": "^6.23.0",
"bankai": "^8.1.1",
"choo": "^6.0.1",
"choo-devtools": "^1.3.1",
"choo-log": "^7.2.1",
"choo-persist": "^3.0.2",
"choo-service-worker": "^2.3.0",
"cssnano": "^3.10.0",
"dotenv": "^4.0.0",
"form-serialize": "^0.7.2",
"format-unicorn": "^1.1.0",
"from2": "^2.3.0",
"hyperstream": "^1.2.2",
"is-equal-shallow": "^0.1.3",
"is-server": "0.0.2",
"leaflet": "^1.0.3",
"leaflet.locatecontrol": "^0.62.0",
"leaflet.markercluster": "^1.0.6",
"lodash": "^4.17.4",
"marked-stream": "0.0.1",
"merry": "^4.7.2",
"microbounce": "^1.0.0",
"microcomponent": "^3.1.6",
"minify-html-stream": "^0.3.1",
"moment": "^2.18.1",
"morphdom": "^2.3.2",
"nanobounce": "^1.0.1",
"nanocomponent": "^5.0.3",
"nanologger": "^1.1.0",
"nodemailer": "^4.0.1",
"on-idle": "^3.1.0",
"postcss-color-function": "^3.0.0",
"postcss-cssnext": "^2.10.0",
"postcss-csso": "^2.0.0",
"pump": "^1.0.2",
"rangeslider-js": "^3.0.2",
"rev-path": "^1.0.0",
"sheetify": "^6.0.2",
"sheetify-cssnext": "^1.0.7",
"sheetify-postcss": "^1.1.0",
"slug": "^0.9.1",
"tachyons": "^4.7.4",
"trumpet": "^1.7.2",
"winston": "^2.3.1",
"xhr": "^2.4.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"envify": "^4.0.0",
"spok": "^0.8.1",
"tape": "^4.7.0",
"yo-yoify": "^3.7.3"
}
}