{ "name": "socialdotcom-scheduler", "version": "0.1.0", "description": "scheduler with many other use cases", "main": "scheduler.js", "scripts": { "test": "grunt karma" }, "repository": { "type": "git", "url": "https://github.com/socialdotcom/scheduler.git" }, "keywords": [ "angular", "angularjs", "scheduler", "socialdotcom" ], "author": "Social.com", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/socialdotcom/scheduler/issues" }, "homepage": "https://github.com/socialdotcom/scheduler", "devDependencies": { "gulp": "^3.8.10", "gulp-jshint": "^1.9.0", "gulp-rename": "^1.2.0", "gulp-stylus": "^1.3.4", "gulp-uglify": "^1.0.2", "jshint-stylish": "^1.0.0", "nib": "^1.0.4", "run-sequence": "^1.0.2" } }