-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
55 lines (55 loc) · 1.21 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": "halacious",
"version": "5.2.0",
"description": "A better HAL processor for Hapi",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/bleupen/halacious"
},
"keywords": [
"HAL",
"Hapi",
"hypermedia",
"HATEOAS"
],
"author": "Brad Leupen",
"license": "MIT",
"bugs": {
"url": "https://github.com/bleupen/halacious/issues"
},
"homepage": "https://github.com/bleupen/halacious",
"devDependencies": {
"chai": "3.5.0",
"chai-string": "^1.1.6",
"gulp": "^3.8.11",
"gulp-bump": "2.4.0",
"gulp-filter": "4.0.0",
"gulp-git": "~2.7.0",
"gulp-istanbul": "1.1.1",
"gulp-jshint": "2.0.1",
"gulp-mocha": "3.0.1",
"gulp-tag-version": "^1.2.1",
"hapi": "16.7.0",
"jshint-stylish": "2.2.1",
"mocha": "3.0.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"vision": "4.1.0"
},
"dependencies": {
"async": "2.0.1",
"hoek": "4.0.2",
"joi": "5.1.0",
"jshint": "^2.10.3",
"lodash": "^4.17.21",
"marked": "^0.3.5",
"negotiator": "0.6.1",
"pug": "2.0.0-beta6",
"urijs": "^1.13.2",
"url-template": "^2.0.4"
}
}