-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 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
{
"name": "pokemap-1",
"version": "0.2.1",
"description": "Project D Group 7, JavaScript Seminar WS16, Rostlab",
"main": "pokemap.bundle.js",
"scripts": {
"postinstall": "browserify module/main.js -o pokemap.bundle.js -t es6ify -g browserify-css --standalone PokeMap"
},
"keywords": [
"pokemap"
],
"author": "Group 7: Oleksandr Fedotov <[email protected]>, Paul Gualotuna <[email protected]>, Gani Qinami <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PokemonGoers/PokeMap-1/issues"
},
"homepage": "https://github.com/PokemonGoers/PokeMap-1#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/PokemonGoers/PokeMap-1.git"
},
"dependencies": {
"browserify": "^13.1.0",
"browserify-css": "^0.9.2",
"browserify-shim": "^3.8.12",
"es3ify": "^0.2.2",
"es6ify": "1.6.0",
"leaflet": "0.7.7",
"leaflet-control-geocoder": "1.3.1",
"leaflet-routing-machine": "3.0.0",
"socket.io-client": "latest",
"lodash": "^4.16.4"
}
}