-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 975 Bytes
/
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
{
"name": "100shapes-hapi-content",
"version": "0.0.1",
"description": "A Hapi server to serve our YML content",
"main": "app.js",
"dependencies": {
"cheerio": "^0.19.0",
"hapi": "^8.8.0",
"joi": "^6.6.1",
"lodash": "^3.10.0",
"md5": "^2.0.0",
"metalsmith": "^1.6.0",
"metalsmith-html-minifier": "^1.1.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-paths": "^2.0.1",
"rss": "^1.1.1",
"sitemap": "^0.9.0",
"typeset": "^0.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/100Shapes/100Shapes.com-content-API.git"
},
"keywords": [
"Hapi",
"API"
],
"author": "Paolo Memoli",
"license": "MIT",
"bugs": {
"url": "https://github.com/100Shapes/100Shapes.com-content-API/issues"
},
"homepage": "https://github.com/100Shapes/100Shapes.com-content-API#readme"
}