-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.43 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
{
"name": "products-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "grunt",
"watch": "grunt watch",
"ci": "grunt ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BigWednesdayIO/products-api.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/BigWednesdayIO/products-api/issues"
},
"homepage": "https://github.com/BigWednesdayIO/products-api#readme",
"devDependencies": {
"babel-eslint": "^4.1.6",
"chai": "^3.4.1",
"eslint": "^1.10.2",
"eslint-config-xo-space": "^0.7.0",
"eslint-plugin-babel": "^2.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-eslint": "^17.3.1",
"grunt-mocha-test": "^0.12.7",
"grunt-retire": "^0.3.10",
"jsonwebtoken": "^5.4.1",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.4",
"nock": "^3.5.0",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2",
"swagger-tools": "^0.9.9"
},
"dependencies": {
"cuid": "^1.3.8",
"gcloud": "^0.25.1",
"gcloud-datastore-model": "^1.2.0",
"hapi": "^11.1.2",
"hapi-auth-jwt2": "^5.2.1",
"hapi-boom-decorators": "^1.0.2",
"hapi-error-schemas": "^1.0.0",
"hapi-swaggered": "^2.4.1",
"hapi-version-route": "^1.1.0",
"joi": "^7.0.1",
"lodash": "^3.10.1"
}
}