-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.53 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.53 KB
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
67
68
69
70
71
72
{
"name": "hapi-plugins.com",
"version": "0.0.1",
"description": "Searchable database of hapi plugins",
"main": "index.js",
"scripts": {
"test": "make test",
"start": "node index",
"test-cov-html": "./node_modules/lab/bin/lab -a code -r html -o coverage.html"
},
"repository": {
"type": "git",
"url": "https://github.com/hapijs-edge/hapi-plugins.com.git"
},
"keywords": [
"hapi",
"hapijs",
"plugins",
"spumko",
"joi",
"bell",
"lout",
"inert",
"lab",
"good",
"yar",
"catbox",
"hapi.js",
"api",
"framework"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hapijs-edge/hapi-plugins.com/issues"
},
"homepage": "https://hapi-plugins.com",
"dependencies": {
"actin": "0.0.1",
"apollo-cassandra": "^1.0.4",
"async": "^0.9.0",
"bell": "^2.1.0",
"blipp": "^2.1.0",
"boom": "^2.6.1",
"glob": "^4.3.5",
"glue": "^2.0.0",
"good": "^6.1.0",
"good-console": "^5.0.0",
"handlebars": "^3.0.0",
"hapi": "^8.2.0",
"hapi-auth-cookie": "^2.0.0",
"hapi-react": "^2.0.2",
"hoek": "^2.11.0",
"joi": "^5.1.0",
"lodash": "^3.3.0",
"mongodb": "^2.0.30",
"mongoose": "^3.9.7",
"npm": "^2.5.1",
"npm-stats": "^1.1.0",
"purdy": "1.x.x",
"react": "^0.12.2",
"wreck": "^5.1.0",
"xss": "^0.1.20"
},
"devDependencies": {
"code": "^1.3.0",
"jsx-loader": "^0.12.2",
"lab": "^5.4.0",
"style-loader": "^0.8.3",
"webpack": "^1.5.3"
}
}