1
0
mirror of https://github.com/fazo96/pbs.git synced 2025-01-27 14:34:19 +01:00
pbs/package.json

21 lines
452 B
JSON
Raw Normal View History

2015-03-31 17:54:00 +02:00
{
"name": "pert",
"version": "0.1.0",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.2",
2015-03-31 17:54:00 +02:00
"gulp-uglify": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fazo96/pert.git"
},
"bugs": {
"url": "https://github.com/fazo96/pert/issues"
},
"homepage": "https://github.com/fazo96/pert"
}