Attendize/package.json

30 lines
710 B
JSON
Raw Normal View History

2016-02-29 15:59:36 +00:00
{
"name": "Attendize",
2016-08-11 12:24:35 +00:00
"version": "1.0.0",
2016-02-29 15:59:36 +00:00
"description": "Attendize Ticketing Platform",
"main": "public/index.php",
"dependencies": {
2019-02-03 03:38:26 +00:00
"less": "^3.9.0"
2016-02-29 15:59:36 +00:00
},
"devDependencies": {
2019-02-03 03:38:26 +00:00
"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"
2016-02-29 15:59:36 +00:00
},
"scripts": {
"build-frontend": "grunt",
2016-02-29 15:59:36 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2016-08-11 12:25:21 +00:00
"url": "https://github.com/attendize/attendize.git"
2016-02-29 15:59:36 +00:00
},
"author": "Dave Earley",
"license": "ISC"
}