This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "pledge-api",
"private": true,
"version": "3.0.0",
"description": "Valet.io Pledge API",
"main": "./src/server.js",
"scripts": {
"test": "gulp test",
"start": "node ./src/start",
"migrate": "gulp migrate",
"seed": "gulp seed"
},
"repository": {
"type": "git",
"url": "git://github.com/valet-io/pledge-api.git"
},
"author": "Ben Drucker <[email protected]> (http://www.bendrucker.me/)",
"bugs": {
"url": "https://github.com/valet-io/pledge-api/issues"
},
"homepage": "https://github.com/valet-io/pledge-api",
"devDependencies": {
"chai": "~1.9.0",
"chai-as-promised": "~4.1.0",
"gulp-istanbul": "~0.2.0",
"gulp-jshint": "~1.5.0",
"gulp-mocha": "~0.4.1",
"gulp-util": "~2.2.14",
"jshint-stylish": "~0.1.5",
"mocha": "~1.20.1",
"mockfirebase": "~0.7.0",
"moment": "~2.7.0",
"nock": "~0.51.0",
"node-uuid": "~1.4.1",
"proxyquire": "~1.1.0",
"run-sequence": "~0.3.6",
"sinon": "~1.8.2",
"sinon-as-promised": "~1.4.1",
"sinon-chai": "~2.5.0"
},
"dependencies": {
"batch-me-if-you-can": "~2.0.0",
"bluebird": "~2.3.11",
"bookshelf": "~0.7.9",
"bookshelf-base": "git://github.com/valet-io/bookshelf-base.git#v0.2.0",
"boom": "~2.6.0",
"convict": "~0.6.0",
"create-error": "~0.3.1",
"firebase": "~1.0.17",
"good": "~5.0.0",
"good-console": "hapijs/good-console#c94c85ee6dcdc9373255926de18c2a4ca49ebf34",
"gulp": "~3.8.5",
"gulp-load-plugins": "~0.5.3",
"hapi": "~8.0.0",
"hapi-bookshelf": "^2.0.1",
"hapi-raven": "~3.0.0",
"hapi-require-https": "~2.0.0",
"inject-then": "~2.0.0",
"joi": "~5.0.0",
"knex": "~0.6.18",
"lodash": "~2.4.1",
"newrelic": "^1.14.0",
"pg": "~2.11.1",
"phonenumber": "0.0.3",
"qs": "~2.3.3",
"require-all": "0.0.8",
"stripe": "~3.0.0",
"wreck": "~5.0.1",
"yargs": "~1.3.1"
},
"engines": {
"node": "0.10"
}
}