Attendize/package.json

30 lines
710 B
JSON

{
"name": "Attendize",
"version": "1.0.0",
"description": "Attendize Ticketing Platform",
"main": "public/index.php",
"dependencies": {
"less": "^3.9.0"
},
"devDependencies": {
"bower": "^1.8.8",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"laravel-elixir": "6.0.0-18"
},
"scripts": {
"build-frontend": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/attendize/attendize.git"
},
"author": "Dave Earley",
"license": "ISC"
}