-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
{
"name": "ramanujan",
"version": "0.0.1",
"description": "ramanujan",
"main": "ramanujan.js",
"scripts": {
"test": "lab -v */test -I nil"
},
"repository": {
"type": "git",
"url": "https://github.com/senecajs/ramanujan.git"
},
"keywords": [
"seneca",
"demo",
"ramanujan"
],
"author": "Richard Rodger richardrodger.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/senecajs/ramanujan/issues"
},
"homepage": "https://github.com/senecajs/ramanujan",
"dependencies": {
"chairo": "2.2.1",
"handlebars": "4.0.5",
"hapi": "15.0.3",
"inert": "4.0.2",
"levelup": "1.3.3",
"lodash": "4.15.0",
"memdown": "1.2.0",
"moment": "2.14.1",
"search-index": "0.8.15",
"seneca": "3.3.0",
"seneca-balance-client": "0.6.0",
"seneca-basic": "0.5.0",
"seneca-demo-logger": "0.2.0",
"seneca-entity": "1.3.0",
"seneca-mesh": "0.10.0",
"seneca-repl": "0.3.0",
"seneca-zipkin-tracer": "0.1.0",
"sneeze": "https://github.com/rjrodger/sneeze#diagnostic",
"vision": "4.1.0",
"wo": "0.8.0",
"rif": "0.3.0"
},
"devDependencies": {
"code": "3.0.2",
"lab": "11.0.1"
}
}