-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 843 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 843 Bytes
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
{
"name": "hapi-spa",
"version": "0.2.0",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stongo/hapi-spa/blob/master/LICENSE-MIT"
}
],
"author": "Marcus Stong <stongo@gmail.com> (https://github.com/stongo)",
"maintainers": [
"Marcus Stong <stongo@gmail.com> (https://github.com/stongo)"
],
"bugs": {
"url": "https://github.com/stongo/hapi-spa/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/stongo/hapi-spa.git"
},
"main": "index",
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"lab": "0.1.x",
"hapi": "3.x.x"
},
"peerDependencies": {
"hapi": "3.x.x"
},
"keywords": [
"hapi",
"plugin",
"spa",
"single page app",
"server"
]
}