website/package.json

27 lines
626 B
JSON

{
"name": "unit-website",
"version": "0.0.1",
"description": "Unit fron page",
"main": "src/index.js",
"scripts": {
"build": "gulp build",
"serve": "http-server dist/"
},
"repository": {
"type": "git",
"url": "git@git.unit.macaomilano.org:subnixr/website.git"
},
"author": "Unit",
"license": "GPL-3.0",
"devDependencies": {
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-less": "^3.3.0",
"gulp-newer": "^1.3.0",
"http-server": "^0.10.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.9.0"
}
}