freifunkmanager/package.json

37 lines
990 B
JSON
Raw Normal View History

2016-07-01 08:25:32 +02:00
{
"name": "eventmanager",
"version": "1.0.0",
2016-07-01 16:01:28 +02:00
"description": "Eventmanager for respond-collector",
2016-07-01 08:25:32 +02:00
"main": "Gruntfile.js",
"dependencies": {
2016-07-01 16:01:28 +02:00
"almond": "^0.3.2",
2016-07-01 08:25:32 +02:00
"grunt": "^1.0.1",
2016-07-01 16:01:28 +02:00
"grunt-contrib-clean": "^1.0.0",
2016-07-01 08:25:32 +02:00
"grunt-contrib-connect": "^1.0.2",
2016-07-01 16:01:28 +02:00
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
2016-07-01 08:25:32 +02:00
"grunt-contrib-jshint": "^1.0.0",
2016-07-01 16:01:28 +02:00
"grunt-contrib-requirejs": "^1.0.0",
2016-07-01 08:25:32 +02:00
"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/eventmanager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FreifunkBremen/eventmanager/issues"
},
"homepage": "https://github.com/FreifunkBremen/eventmanager#readme"
}