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
2017-09-01 17:10:27 +02:00

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"
}