feedmaster.js/package.json
Martin Donnelly f465cb8e17 init
2016-11-10 16:46:59 +00:00

42 lines
1.0 KiB
JSON

{
"name": "feedmaster.js",
"version": "1.0.0",
"description": "The javascript side to Feedmaster",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.silvrtree.co.uk/martind2000/feedmaster.js.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
"gulp-google-webfonts": "0.0.14",
"gulp-html-replace": "^1.5.5",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-jsmin": "^0.1.5",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"jsmin": "^1.0.1",
"jsonfile": "^2.4.0",
"log4js": "^0.6.36"
}
}