24 lines
625 B
JSON
24 lines
625 B
JSON
{
|
|
"name": "httpcb",
|
|
"version": "1.0.2",
|
|
"description": "HTTP Callback Tool",
|
|
"devDependencies": {
|
|
"bootstrap-sass": "^3.3.7",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-csso": "^3.0.1",
|
|
"gulp-rename": "^1.3.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-uglify": "^3.0.0",
|
|
"jquery": "~3.0.0",
|
|
"natives": "^1.1.6"
|
|
},
|
|
"scripts": {
|
|
"phinx": "vendor/bin/phinx",
|
|
"dbmigrate": "npm run phinx migrate",
|
|
"build": "gulp build-assets",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Henrik Hautakoski <henrik.hautakoski@gmail.com>",
|
|
"license": "ISC"
|
|
}
|