Attendize/package.json

30 lines
695 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": {
"less": "~1.7.0"
},
"devDependencies": {
"bower": "^1.8.4",
2016-02-29 15:59:36 +00:00
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
2016-06-17 00:28:12 +00:00
"grunt-contrib-concat": "^0.5.1",
2016-02-29 15:59:36 +00:00
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"gulp": "^3.8.8",
"laravel-elixir": "*"
},
"scripts": {
"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"
}