forked from drickert5/roadsquirrel-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 941 Bytes
/
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": "roadsquirrel-api",
"description": "An API for the RoadSquirrel project",
"version": "0.0.1",
"privte": true,
"contributors": [
{
"name": "Stephen Cavaliere",
"email": "[email protected]"
},
{
"name": "Kevin Knowles",
"email": "[email protected]"
},
{
"name": "Butch Howard",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/PillarTechnology/RoadSquirrel-api/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:PillarTechnology/roadsquirrel-api.git"
},
"dependencies": {
"bookshelf": "^0.7.7",
"express": "^4.9.5",
"knex": "^0.7.3"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.8",
"gulp-eslint": "^0.1.8",
"gulp-if": "^1.2.4",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "^1.1.0",
"lodash": "^2.4.1",
"sinon": "^1.10.3"
}
}