-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 765 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
{
"name": "new-app",
"version": "0.0.0",
"description": "training ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"hapi": "~6.5.1",
"moonboots_hapi": "~2.4.0",
"ampersand-view": "~6.0.11",
"domready": "~1.0.6",
"ampersand-router": "~1.0.2",
"ampersand-view-switcher": "~1.0.2",
"getconfig": "~0.3.0",
"templatizer": "~1.0.0",
"stylizer": "~1.0.0",
"ampersand-dom": "~1.2.1",
"ampersand-model": "~4.0.1",
"hapi-dummy-api": "~0.2.0",
"ampersand-rest-collection": "~2.0.1",
"ampersand-collection-view": "~1.0.11",
"ampersand-form-view": "~2.0.0",
"ampersand-input-view": "~2.0.0"
}
}