-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 797 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
{
"name": "unippear",
"version": "0.1.0",
"license": "MIT",
"author": "abbr (https://github.com/abbr)",
"repository": {
"type": "git",
"url": "https://github.com/abbr/Unippear.git"
},
"homepage": "https://github.com/abbr/Unippear",
"description": "Offering site layout as a service.",
"keywords": [
"website layout service",
"layout manager",
"soa"
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.3",
"cookie-parser": "~1.3.2",
"ejs": "^2.5.5",
"etag": "^1.5.1",
"express": "^4.16.4",
"express-minify": "^1.0.0",
"recursive-readdir": "^2.1.0",
"serve-favicon": "^2.5.0",
"strip-json-comments": "^1.0.2"
},
"engines": {
"node": ">=8.6.0"
}
}