-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 966 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
39
40
41
{
"name": "loence.com",
"version": "1.0.0-beta",
"description": "Loence Website",
"scripts": {
"build-ejs": "node bin/build-ejs.js",
"copy-assets": "node bin/copy-assets.js",
"build": "npm run build-ejs && npm run copy-assets",
"start": "node bin/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loence/loence.com.git"
},
"keywords": [],
"author": {
"name": "Feroz Ahmmed",
"email": "froghramar@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/loence/loence.com/issues"
},
"homepage": "https://github.com/loence/loence.com#readme",
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"html-minifier": "^3.5.21",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"webpack": "^4.29.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/fs-extra": "^5.0.4",
"@types/mkdirp": "^0.5.2",
"@types/ncp": "^2.0.1",
"http-server": "^0.11.1"
}
}