-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "pokemongo-api",
"version": "0.0.1",
"description": "This API provides information about PokemonGo, extracted from various reliable data sources.",
"main": "app.js",
"scripts": {
"start": "NODE_ENV=production node app.js",
"listen": "NODE_ENV=production node scripts/listen.js",
"build": "NODE_ENV=production node scripts/build.js",
"test": "node test/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PokemonGoers/PokeData.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PokemonGoers/PokeData/issues"
},
"homepage": "https://github.com/PokemonGoers/PokeData#readme",
"devDependencies": {
"grunt": "^1.0.1"
},
"dependencies": {
"apicache": "^0.2.3",
"apidoc": "^0.16.1",
"async": "^2.0.1",
"body-parser": "^1.15.2",
"cors": "^2.7.1",
"express": "^4.14.0",
"fs": "0.0.1-security",
"grunt-apidoc": "^0.11.0",
"hashpokemongo": "^0.9.0",
"predict-pokemon": "^2.0.4",
"https": "^1.0.0",
"jsonfile": "^2.3.1",
"moment": "^2.14.1",
"mongoose": "^4.5.9",
"path": "^0.12.7",
"q": "^1.4.1",
"request": "^2.74.0",
"socket.io": "^1.4.8",
"stream": "0.0.2",
"twitter": "^1.4.0",
"twitter-stream-api": "^0.4.3",
"underscore": "^1.8.3",
"ws": "^1.1.1"
}
}