Comparing version 0.1.1 to 0.1.3
{ | ||
"name": "conduttore", | ||
"description": "A multi-purpose Router", | ||
"version": "0.1.0", | ||
"version": "0.1.3", | ||
"main": "./lib/conduttore.js", | ||
@@ -19,3 +19,5 @@ "dependencies": { | ||
}, | ||
"directory": "components" | ||
"resolutions": { | ||
"when": "~3" | ||
} | ||
} |
{ | ||
"name": "conduttore", | ||
"description": "A multi-purpose Router", | ||
"version": "0.1.1", | ||
"main": "./lib/conducttore.js", | ||
"version": "0.1.3", | ||
"main": "./lib/conduttore.js", | ||
"homepage": "https://github.com/cesarenaldi/conduttore", | ||
@@ -21,18 +21,5 @@ "author": "Cesare Naldi <naldi.cesare@gmail.com> (https://github.com/cesarenaldi)", | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt": "~0.4.4", | ||
"matchdep": "~0.1.2", | ||
"grunt-contrib-watch": "~0.4.4", | ||
"karma-script-launcher": "~0.1.0", | ||
"karma-firefox-launcher": "~0.1.0", | ||
"karma-chrome-launcher": "~0.1.0", | ||
"karma-html2js-preprocessor": "~0.1.0", | ||
"karma-requirejs": "~0.1.0", | ||
"karma-jasmine": "~0.1.0", | ||
"karma-coffee-preprocessor": "~0.1.0", | ||
"karma-phantomjs-launcher": "~0.1.0", | ||
"karma": "~0.10.1", | ||
"grunt-karma": "~0.6.1", | ||
"mocha": "~1.12.0", | ||
"karma-mocha": "~0.1.0", | ||
"karma-spec-reporter": "0.0.4", | ||
"grunt-benchmark": "~0.2.0", | ||
@@ -47,3 +34,10 @@ "router-component": "git://github.com/component/router", | ||
"bower": "~1.2.8", | ||
"grunt-contrib-jshint": "~0.8.0" | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"karma": "~0.12.1", | ||
"grunt-karma": "~0.8.2", | ||
"mocha": "~1.18.2", | ||
"karma-mocha": "~0.1.3", | ||
"karma-requirejs": "~0.2.1", | ||
"karma-phantomjs-launcher": "~0.1.2", | ||
"karma-spec-reporter": "0.0.12" | ||
}, | ||
@@ -57,3 +51,3 @@ "engines": { | ||
"underscore": "~1.5.2", | ||
"when": "~2.7.0", | ||
"when": "~2.7.1", | ||
"recast": "~0.5.4" | ||
@@ -60,0 +54,0 @@ }, |
@@ -14,6 +14,6 @@ # Conduttore [![Build Status](https://travis-ci.org/cesarenaldi/conduttore.png?branch=master)](https://travis-ci.org/cesarenaldi/conduttore) | ||
Using NPM with: | ||
`npm install git://github.com/cesarenaldi/conduttore.git` | ||
`npm install conduttore` | ||
Using bower.js: | ||
`bower install git://github.com/cesarenaldi/conduttore.git` | ||
`bower install conduttore` | ||
@@ -20,0 +20,0 @@ ## Example |
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
20
9821
363607
Updatedwhen@~2.7.1