Files
handson-web/package.json

31 lines
594 B
JSON
Raw Permalink Normal View History

2017-09-13 19:31:12 +02:00
{
"name": "mpui",
"description": "Multi-page User Interface - a modular webapp template",
"version": "0.1.0",
"maintainers": [
{
"name": "Domenico Testa",
"email": "dte@bit4id.com",
"web": "http://doesntwork.me"
}
],
"dependencies": {
"browser-sync": "",
"gulp": "",
"gulp-autoprefixer": "",
"gulp-cli": "",
"gulp-image": "",
"gulp-pug2": "",
"gulp-sass": "",
"gulp-sourcemaps": "",
"gulp-uglify": "",
"pump": ""
},
"repositories": [
{
"type": "git",
"url": "https://gitlab/dte/mpui"
}
]
}