-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.71 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
{
"name": "tommy-api",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint src/** lib/**",
"jscs": "jscs src/** lib/**",
"pretest": "npm run jscs && npm run lint",
"test:e2e": "NODE_ENV=test cucumber.js",
"test:unit": "NODE_ENV=test mocha specs/**/*.spec.js",
"test": "npm run test:unit && npm run test:e2e",
"bootprint": "bootprint",
"update-docs": "gulp update-docs"
},
"engines": {
"node" : "6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tommy-the-runner/tommy-api.git"
},
"author": "ertrzyiks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tommy-the-runner/tommy-api/issues"
},
"homepage": "https://github.com/tommy-the-runner/tommy-api#readme",
"devDependencies": {
"bootprint": "^0.8.5",
"bootprint-openapi": "^0.16.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-immutable": "^1.5.4",
"cucumber": "^0.10.2",
"eslint": "^2.8.0",
"get-value": "^2.0.5",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"jscs": "^3.0.3",
"lodash": "^4.9.0",
"mocha": "^2.4.5",
"set-value": "^0.3.3",
"sinon": "^1.17.3",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0"
},
"dependencies": {
"bunyan": "^1.8.0",
"config": "^1.20.1",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"hapi": "^13.3.0",
"hapi-bunyan": "^0.6.0",
"hapi-statsd": "^5.0.1",
"hapi-swaggered": "^2.6.0",
"immutable": "^3.7.6",
"inert": "^3.2.0",
"joi": "^8.0.5",
"js-yaml": "^3.5.5",
"slug": "^0.9.1",
"uuid": "^2.0.2",
"vision": "^4.1.0"
}
}