23 lines
584 B
JSON
23 lines
584 B
JSON
{
|
|
"name": "httpcb",
|
|
"version": "0.1.0",
|
|
"description": "HTTP Callback Tool",
|
|
"main": "Gruntfile.js",
|
|
"dependencies": {
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-less": "^1.3.0",
|
|
"grunt-contrib-uglify": "^2.0.0",
|
|
"less-plugin-clean-css": "^1.5.1",
|
|
"jquery": "~3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Henrik Hautakoski <henrik.hautakoski@gmail.com>",
|
|
"license": "ISC"
|
|
}
|