ember-app-scheduler
Version:
Ember addon to schedule work at different phases of app life cycle.
35 lines (34 loc) • 691 B
JSON
{
"name": "aproba",
"version": "1.0.4",
"description": "A rediculously light-weight argument validator",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"standard": "^7.1.2",
"tap": "^5.7.3"
},
"files": [
"index.js"
],
"scripts": {
"test": "standard && tap test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iarna/aproba"
},
"keywords": [
"argument",
"validate"
],
"author": "Rebecca Turner <me@re-becca.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/iarna/aproba/issues"
},
"homepage": "https://github.com/iarna/aproba"
}