25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"name": "httpcb",
|
|
"version": "1.1.0",
|
|
"description": "HTTP Callback Tool",
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.11.5",
|
|
"bootstrap": "^5.2.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-csso": "^4.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"natives": "^1.1.6",
|
|
"sass": "^1.54.0"
|
|
},
|
|
"scripts": {
|
|
"phinx": "vendor/bin/phinx",
|
|
"dbmigrate": "npm run phinx migrate",
|
|
"build": "gulp build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Henrik Hautakoski <henrik.hautakoski@gmail.com>",
|
|
"license": "ISC"
|
|
}
|