forked from codeforjapan/mapprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 981 Bytes
/
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
{
"name": "mapprint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/jasmine/bin/jasmine.js",
"lint": "eslint source/javascripts/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforjapan/mapprint.git"
},
"author": "Hal Seki",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeforjapan/mapprint/issues"
},
"homepage": "https://github.com/codeforjapan/mapprint#readme",
"devDependencies": {
"@mapbox/togeojson": "^0.16.0",
"brfs": "^2.0.0",
"browserify": "^16.2.2",
"eslint": "^5.1.0",
"gulp": "^3.9.1",
"gulp-sass": "^4.0.1",
"jasmine": "^3.1.0",
"node-neat": "^2.0.0-beta.0",
"tsify": "^4.0.0",
"typescript": "^2.9.2",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"lodash": "^4.17.10",
"qrcode": "^1.2.0",
"xmldom": "^0.1.27"
}
}