Archived
1
0
Fork 0

initial commit

This commit is contained in:
Henrik Hautakoski 2017-09-01 17:10:27 +02:00
commit e869a1cab4
107 changed files with 9029 additions and 0 deletions

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"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"
}