ember-getowner-polyfill
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "ember-getowner-polyfill", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "The default blueprint for ember-cli addons.", | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
"homepage": "https://github.com/rwjblue/ember-getowner-polyfill#readme", | ||
"bugs": { | ||
"url": "https://github.com/rwjblue/ember-getowner-polyfill/issues" | ||
}, | ||
"license": "MIT", | ||
"author": "Robert Jackson <me@rwjblue.com>", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rwjblue/ember-getowner-polyfill.git" | ||
}, | ||
"scripts": { | ||
@@ -13,15 +27,11 @@ "build": "ember build", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rwjblue/ember-getowner-polyfill.git" | ||
"dependencies": { | ||
"ember-cli-babel": "^5.1.6", | ||
"ember-cli-version-checker": "^1.2.0", | ||
"ember-factory-for-polyfill": "^1.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"author": "Robert Jackson <me@rwjblue.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.4.2", | ||
"ember-ajax": "^2.0.1", | ||
"ember-cli": "2.7.0-beta.4", | ||
"ember-cli": "^2.7.0", | ||
"ember-cli-app-version": "^1.0.0", | ||
@@ -46,19 +56,10 @@ "ember-cli-content-security-policy": "0.5.0", | ||
}, | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
"dependencies": { | ||
"ember-cli-babel": "^5.1.6", | ||
"ember-cli-version-checker": "^1.2.0", | ||
"ember-factory-for-polyfill": "^1.1.0" | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config", | ||
"before": "ember-cli-shims", | ||
"after": "ember-factory-for-polyfill" | ||
}, | ||
"main": "index.js", | ||
"bugs": { | ||
"url": "https://github.com/rwjblue/ember-getowner-polyfill/issues" | ||
}, | ||
"homepage": "https://github.com/rwjblue/ember-getowner-polyfill#readme" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165208
11