-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "pm",
"version": "1.0.0",
"description": "Two interactive web apps to use a web map in projection mapping.",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxlab/projection-mapping.git"
},
"keywords": [
"leaflet",
"projection",
"mapping",
"utility",
"firebase"
],
"author": "Yusuke Nunokawa <[email protected]> (https://ynunokawa.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/muxlab/projection-mapping/issues"
},
"homepage": "https://github.com/muxlab/projection-mapping#readme",
"dependencies": {
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"firebase": "^2.3.2",
"font-awesome": "^4.5.0",
"jquery": "^2.1.4",
"leaflet": "^0.7.7",
"maptastic": "git+https://github.com/glowbox/maptasticjs.git",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-twitter": "^1.0.3"
}
}