-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "pokemap-2",
"version": "0.0.1",
"description": "PokeMap",
"main": "pokemap.bundle.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "browserify js/pokemap.js -o pokemap.bundle.js -t es6ify -t browserify-css -g browserify-css --standalone PokeMap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PokemonGoers/PokeMap-2.git"
},
"author": "",
"contributors": [
{
"name": "Faris Cakaric",
"email": "[email protected]",
"url": "https://github.com/farisca"
},
{
"name": "Elma Gazetic",
"email": "[email protected]",
"url": "https://github.com/egazetic1"
},
{
"name": "Timo Ludwig",
"email": "[email protected]",
"url": "https://github.com/timoludwig"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/PokemonGoers/PokeMap-2/issues"
},
"homepage": "https://github.com/PokemonGoers/PokeMap-2#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"browserify": "^13.1.0",
"browserify-css": "^0.9.2",
"es6ify": "^1.6.0",
"leaflet": "^0.7.7",
"leaflet-control-geocoder": "^1.5.1",
"leaflet-routing-machine": "^3.1.2",
"leaflet.locatecontrol": "^0.52.0",
"socket.io-browserify": "^0.9.6",
"socket.io-client": "latest"
}
}