mirror of
https://github.com/wassname/scheduler.git
synced 2026-06-27 16:31:34 +08:00
31 lines
683 B
JSON
31 lines
683 B
JSON
{
|
|
"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",
|
|
"jshint-stylish": "^1.0.0"
|
|
}
|
|
}
|