ember-app-scheduler
Version:
Ember addon to schedule work at different phases of app life cycle.
23 lines (22 loc) • 500 B
JSON
{
"name": "symlink-or-copy",
"description": "Symlink files or directories, falling back to copying on Windows",
"version": "1.1.8",
"author": "Jo Liss <joliss42@gmail.com>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/node-symlink-or-copy"
},
"files": [
"index.js"
],
"scripts": {
"test": "mocha tests/",
"test:debug": "mocha debug tests"
},
"devDependencies": {
"mocha": "^2.2.4"
}
}