forked from BlankOn/blankon-installer-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 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
{
"name": "biui",
"version": "0.0.1",
"description": "BlankOn Installer UI",
"main": "gulpfile.js",
"scripts": {
"start": "gulp && gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mohammad Anwari <[email protected]>",
"license": "MIT",
"devDependencies": {
"connect-livereload": "^0.4.0",
"express": "^4.7.2",
"gulp": "3.8.7",
"gulp-concat": "~2.2.0",
"gulp-minify-html": "^0.1.4",
"gulp-ng-html2js": "^0.1.7",
"run-sequence": "^0.3.6",
"del": "^2.2.0",
"tiny-lr": "0.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/BlankOn/blankon-installer-ui.git"
},
"keywords": [
"blankon",
"installer",
"ui"
],
"bugs": {
"url": "https://github.com/BlankOn/blankon-installer-ui/issues"
},
"homepage": "https://github.com/BlankOn/blankon-installer-ui"
}