-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 1.11 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
{
"name": "rikitraki",
"version": "0.7.6",
"repository": {
"type": "git",
"url": "https://github.com/jimmyangel/rikitraki.git"
},
"scripts": {
"clean": "rm -rf public; mkdir public && mkdir public/lib && mkdir public/images && cp -r ./static/lib/Cesium* ./public/lib && cp -r ./static/images/* ./public/images && cp ./favicon.ico ./public",
"dev": "npm run clean && parcel index.html -d public",
"build": "npm run clean && parcel build *.html -d public",
"test": "jshint js"
},
"license": "MIT",
"devDependencies": {
"jshint": "^2.9.7",
"parcel-bundler": "^1.10.3"
},
"dependencies": {
"blueimp-canvas-to-blob": "^2.2.4",
"bootstrap": "^3.3.7",
"country-region-selector": "^0.3.2",
"d3": "~3.5.5",
"exif-js": "~2.1.1",
"javascript-state-machine": "^2.3.5",
"jquery": "~2.1.4",
"leaflet": "~0.7.3",
"leaflet-makimarkers": "^3.1.0",
"leaflet-omnivore": "~0.3.2",
"leaflet.elevation": "https://github.com/jimmyangel/Leaflet.Elevation.git#master",
"lightbox2": "~2.8.0",
"spin.js": "~2.3.0",
"stupid-table-plugin": "^1.1.3"
}
}