2017-10-05 18:45:11 +02:00
|
|
|
{
|
|
|
|
|
"name": "saburly-website2",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "## TODO:",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/edazdarevic/saburly-website2.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/edazdarevic/saburly-website2/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/edazdarevic/saburly-website2#readme",
|
|
|
|
|
"devDependencies": {
|
2017-10-06 12:16:17 +02:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
|
"gulp-clean-css": "^3.9.0",
|
|
|
|
|
"gulp-concat": "^2.6.1",
|
2017-10-07 01:35:47 +02:00
|
|
|
"gulp-copy": "^1.0.1",
|
2017-10-07 02:00:27 +02:00
|
|
|
"gulp-rev-all": "^0.9.7",
|
2017-10-06 12:16:17 +02:00
|
|
|
"gulp-uglify": "^3.0.0"
|
2017-10-05 18:45:11 +02:00
|
|
|
}
|
|
|
|
|
}
|