-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "pokemongo-data",
"version": "1.1.2",
"description": "Pokemon Go data for Enhanced",
"main": "./lib/index.js",
"scripts": {
"test": "mocha",
"prepublish": "babel ./src -d ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PokemonGo-Enhanced/node-pokemongo-data.git"
},
"author": "Ruben Vereecken",
"contributors": [
"Vitaly Aminev <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/PokemonGo-Enhanced/node-pokemongo-data/issues"
},
"homepage": "https://github.com/PokemonGo-Enhanced/node-pokemongo-data#readme",
"dependencies": {
"babel-runtime": "^6.9.2",
"change-case": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.11.5",
"eslint": "^3.1.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-mocha": "^4.1.0",
"eslint-plugin-standard": "^2.0.0",
"mocha": "^2.5.3"
}
}