UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

30 lines (29 loc) 731 B
{ "name": "blank-object", "version": "1.0.2", "description": "A faster alternative to Object.create(null)", "main": "index.js", "jsnext:main": "lib/index.js", "scripts": { "prepublish": "npm run build", "build": "rollup -f umd -n BlankObject -o index.js lib/index.js", "test": "node test" }, "author": "Stefan Penner", "license": "MIT", "devDependencies": { "rollup": "^0.15.0" }, "files":[ "index.js", "lib/index.js" ], "repository": { "type": "git", "url": "git+https://github.com/stefanpenner/blank-object.git" }, "bugs": { "url": "https://github.com/stefanpenner/blank-object/issues" }, "homepage": "https://github.com/stefanpenner/blank-object#readme" }