forked from grahamjenson/hapiger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "hapiger",
"version": "0.0.12",
"description": "Hapi.js HTTP wrapper for Good Enough Recommendation engine (GER)",
"url": "https://github.com/grahamjenson/hapiger",
"main": "index.coffee",
"keywords": [
"hapiger",
"recommendations"
],
"repository": {
"type": "git",
"url": "https://github.com/grahamjenson/hapiger"
},
"author": {
"name": "Graham Jenson",
"email": "[email protected]",
"url": "http://www.maori.geek.nz/"
},
"bin": {
"hapiger": "./bin/hapiger"
},
"license": "MIT",
"dependencies" : {
"hapi": "10.4.1",
"joi": "6.9.0",
"boom": "2.9.0",
"good": "6.4.0",
"good-console": "5.1.0",
"bluebird": "2.10.2",
"coffee-script": "1.9.3",
"chalk": "0.5.1",
"underscore": "1.7.0",
"commander": "2.6.0",
"ger": "0.0.98",
"ger_rethinkdb_esm": "0.0.05",
"ger_mysql_esm": "0.0.2",
"moment": "2.9.0"
},
"devDependencies": {
"mocha": "2.3.3",
"chai": "3.3.0",
"request": "2.65.0"
},
"scripts": {
"build": "./node_modules/.bin/coffee -c lib/*.coffee hapi_ger.coffee",
"test": "mocha"
}
}