backbone.composite-model
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "backbone.composite-model", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Supports composite Backbone.Model objects", | ||
"url": "https://github.com/prantlf/backbone.composite-model", | ||
"homepage": "https://github.com/prantlf/backbone.composite-model#readme", | ||
"author": "Ferdinand Prantl <prantlf@gmail.com>", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"backbone": ">=1.3.3", | ||
"backbone": ">=1.4.0", | ||
"jquery": "^3.3.1", | ||
@@ -24,18 +24,15 @@ "underscore": ">=1.9.1" | ||
"devDependencies": { | ||
"coveralls": "^3.0.1", | ||
"coveralls": "^3.0.3", | ||
"docco": "^0.8.0", | ||
"eslint": "^4.19.1", | ||
"karma": "^2.0.3", | ||
"eslint": "^5.15.2", | ||
"karma": "^4.0.1", | ||
"karma-coverage": "^1.1.2", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-qunit": "^2.1.0", | ||
"karma-qunit": "^3.0.0", | ||
"karma-requirejs": "^1.1.0", | ||
"nomnoml-cli": "^1.0.0", | ||
"nsp": "^3.2.1", | ||
"nomnoml-cli": "^1.0.2", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"qunit": "^2.6.1", | ||
"requirejs": "^2.3.5", | ||
"semantic-release": "^15.5.4", | ||
"travis-deploy-once": "^5.0.0", | ||
"uglify-js": "^3.4.0" | ||
"qunit": "^2.9.2", | ||
"requirejs": "^2.3.6", | ||
"uglify-js": "^3.4.10" | ||
}, | ||
@@ -49,5 +46,3 @@ "engines": { | ||
"test": "eslint backbone.composite-model.js test/*.js examples/file-system/*.js && karma start karma-global.conf.js && karma start karma-amd.conf.js qunit -c backbone.composite-model.js -t test/tests.js", | ||
"post_coverage": "cat test/coverage/lcov.info | coveralls", | ||
"semantic-release": "semantic-release", | ||
"travis-deploy-once": "travis-deploy-once" | ||
"post_coverage": "cat test/coverage/lcov.info | coveralls" | ||
}, | ||
@@ -54,0 +49,0 @@ "main": "backbone.composite-model.js", |
@@ -416,3 +416,3 @@ # backbone.composite-model | ||
Copyright (c) 2015-2018 Ferdinand Prantl | ||
Copyright (c) 2015-2019 Ferdinand Prantl | ||
@@ -419,0 +419,0 @@ Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
13
1
40494
Updatedbackbone@>=1.4.0