UNPKG

ember-cli-copyable

Version:

Deeply copies your records including their relations. The mixin is smart enough to resolve not loaded relations and is configurable to what should be shallow/deeply copied or excluded entirely.

48 lines (47 loc) 1.34 kB
{ "name": "ember-cli-copyable", "version": "0.9.6", "description": "Deeply copies your records including their relations. The mixin is smart enough to resolve not loaded relations and is configurable to what should be shallow/deeply copied or excluded entirely.", "directories": { "doc": "doc", "test": "tests" }, "scripts": { "start": "ember server", "build": "ember build", "test": "ember test" }, "repository": "https://github.com/lazybensch/ember-cli-copyable", "engines": { "node": ">= 0.10.0" }, "author": "Benjamin Schoenburg <lazybensch@gmail.com>", "license": "MIT", "devDependencies": { "broccoli-asset-rev": "^2.0.0", "ember-cli": "0.2.0", "ember-cli-babel": "^4.0.0", "ember-cli-app-version": "0.3.2", "ember-cli-content-security-policy": "0.3.0", "ember-cli-dependency-checker": "0.0.8", "ember-cli-htmlbars": "0.7.4", "ember-cli-ic-ajax": "0.1.1", "ember-cli-inject-live-reload": "^1.3.0", "ember-cli-qunit": "0.3.9", "ember-cli-uglify": "1.0.1", "ember-data": "1.0.0-beta.15", "ember-export-application-global": "^1.0.2" }, "keywords": [ "ember-addon", "ember-cli-copyable", "copy", "copyable", "clone", "cloneable", "mixin" ], "ember-addon": { "configPath": "tests/dummy/config" } }