ember-app-scheduler
Version:
Ember addon to schedule work at different phases of app life cycle.
18 lines (17 loc) • 419 B
JSON
{
"name": "quick-temp",
"description": "Create and remove temporary directories with minimal effort",
"version": "0.1.6",
"author": "Jo Liss <joliss42@gmail.com>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joliss/node-quick-temp"
},
"dependencies": {
"rimraf": "~2.2.6",
"mktemp": "~0.4.0",
"underscore.string": "~2.3.3"
}
}