-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "pokemongo-api",
"version": "0.1.5",
"description": "Pokemon Go API",
"main": "dist/index.js",
"scripts": {
"compile": "babel --presets es2015,stage-0 -d dist/ src/",
"prepublish": "npm run compile",
"example": "babel-node example/example.js",
"robot": "babel-node example/robot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stoffern/pokemon-go-api.git"
},
"author": "stoffern",
"license": "ISC",
"bugs": {
"url": "https://github.com/stoffern/pokemon-go-api/issues"
},
"homepage": "https://github.com/stoffern/pokemon-go-api#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-project-relative-import": "^2.0.0"
},
"dependencies": {
"babel-core": "^6.11.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"geocoder": "^0.2.2",
"geolib": "^2.0.21",
"gpsoauthnode": "0.0.5",
"lodash": "^4.13.1",
"moment": "^2.14.1",
"node-env-file": "^0.1.8",
"node-fetch": "^1.5.3",
"path": "^0.12.7",
"protobufjs": "^5.0.1",
"s2": "^0.4.0"
}
}