34 lines
855 B
JSON
34 lines
855 B
JSON
|
{
|
||
|
"name": "eventmanager",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "Gruntfile.js",
|
||
|
"dependencies": {
|
||
|
"grunt": "^1.0.1",
|
||
|
"grunt-bower-install-simple": "^1.2.3",
|
||
|
"grunt-contrib-connect": "^1.0.2",
|
||
|
"grunt-contrib-jshint": "^1.0.0",
|
||
|
"grunt-contrib-uglify": "^1.0.1",
|
||
|
"grunt-contrib-watch": "^1.0.0",
|
||
|
"grunt-eslint": "^18.1.0",
|
||
|
"grunt-open": "^0.2.3",
|
||
|
"jit-grunt": "^0.10.0",
|
||
|
"jshint-stylish": "^2.2.0",
|
||
|
"time-grunt": "^1.3.0"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"start": "grunt"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/FreifunkBremen/eventmanager.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/FreifunkBremen/eventmanager/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/FreifunkBremen/eventmanager#readme"
|
||
|
}
|