-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.34 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
54
55
{
"name": "parkassist.server",
"version": "1.0.0",
"description": "Park Assist backend server & scraper",
"main": "server/server.js",
"scripts": {
"test": "grunt dev_build --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamronbatman/ParkAssist.Server.git"
},
"keywords": [
"park",
"assist",
"santa",
"monica"
],
"author": "Kamron Batman <batman@sipprs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kamronbatman/ParkAssist.Server/issues"
},
"homepage": "https://github.com/kamronbatman/ParkAssist.Server#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-notify": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-util": "^0.5.3",
"jshint-stylish": "^2.0.1"
},
"engines": {
"node": "0.12.x"
},
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"bookshelf": "^0.8.1",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"express-sql-session": "^1.0.0",
"geo-proximity": "^2.3.1",
"knex": "^0.8.6",
"lodash": "^3.10.1",
"morgan": "^1.6.1",
"pg": "^4.4.1",
"redis": "^0.10.0",
"request": "^2.60.0",
"request-promise": "^0.4.3"
}
}