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",
|
2015-04-01 13:01:53 +02:00
|
|
|
"gulp-markdown": "^1.0.0",
|
2015-03-31 17:54:00 +02:00
|
|
|
"gulp-minify-css": "^1.0.0",
|
2015-03-31 19:33:38 +02:00
|
|
|
"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"
|
|
|
|
}
|