-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
32 lines (32 loc) · 961 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
{
"name": "blankon-linux-static-web",
"version": "1.0.0",
"description": "Ini adalah halaman antar muka untuk website BlankOn Linux",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.14",
"gulp-uglify": "^2.0.0",
"lite-server": "^2.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "(cd dist;../node_modules/.bin/lite-server)",
"build": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlankOn/blankon-linux-static-web.git"
},
"author": "Herpiko Dwi Aguno <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlankOn/blankon-linux-static-web/issues"
},
"homepage": "https://github.com/BlankOn/blankon-linux-static-web#readme"
}