ember-legacy-class-transform
Version:
The default blueprint for ember-cli addons.
20 lines (19 loc) • 455 B
JSON
{
"name": "heimdalljs-fs-monitor",
"version": "0.1.0",
"description": "fs operation monitoring for heimdalljs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heimdalljs/heimdall-fs-monitor.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"heimdalljs": "^0.2.0",
"heimdalljs-logger": "^0.1.7"
}
}