-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.07 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": "pokemap",
"private": true,
"version": "0.5.0",
"description": "Pokemap",
"keywords": [],
"dependencies": {
"bcrypt": "^0.8.0",
"connect-redis": "3.1.0",
"ejs": "2.4.2",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.5.2",
"include-all": "~0.1.6",
"pokemon-go-node-api": "https://github.com/Armax/Pokemon-GO-node-api",
"rc": "1.1.6",
"sails": "~0.12.1",
"sails-mongo": "~0.12.0",
"sendgrid": "^3.0.8",
"socket.io-redis": "^1.0.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/josebaseba/pokemap.git"
},
"author": "josebaseba",
"license": ""
}