37 lines
1002 B
JSON
37 lines
1002 B
JSON
{
|
|
"name": "freifunkmanager",
|
|
"version": "1.0.0",
|
|
"description": "Eventmanager for respond-collector",
|
|
"main": "Gruntfile.js",
|
|
"dependencies": {
|
|
"almond": "^0.3.2",
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^1.0.1",
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.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/freifunkmanager.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/FreifunkBremen/freifunkmanager/issues"
|
|
},
|
|
"homepage": "https://github.com/FreifunkBremen/freifunkmanager#readme"
|
|
}
|