Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/package.json

24 lines
604 B
JSON

{
"name": "httpcb",
"version": "0.1.0",
"description": "HTTP Callback Tool",
"dependencies": {
},
"devDependencies": {
"jquery": "~3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-less": "^3.5.0",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0"
},
"scripts": {
"phinx": "vendor/bin/phinx",
"dbmigrate": "vendor/bin/phinx migrate -e main",
"build": "gulp build-assets",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Henrik Hautakoski <henrik.hautakoski@gmail.com>",
"license": "ISC"
}