Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "osc-min", | ||
"version": "0.0.6", | ||
"main": "lib/index", | ||
"author": { | ||
"name" : "Russell McClellan", | ||
"email": "russell.mcclellan@gmail.com", | ||
"url" : "http://www.ghostfact.com" | ||
}, | ||
"description": "Simple utilities for open sound control in node.js", | ||
"keywords": [ | ||
"open sound control", | ||
"OSC", | ||
"music control", | ||
"NIME" | ||
], | ||
"repository" : { | ||
"type": "git", | ||
"url": "http://github.com/ghostfact/node-osc-min.git" | ||
}, | ||
"dependencies" : { | ||
"binpack" : "*", | ||
"coffee-script" : "1.3.0" | ||
}, | ||
"devDependencies" : { | ||
"expresso" : "*", | ||
"docket" : ">=0.0.3" | ||
}, | ||
"directories": { | ||
"lib": "lib", | ||
"examples" : "examples" | ||
}, | ||
"engines": { | ||
"node": ">=0.6.0" | ||
}, | ||
"scripts": { | ||
"test" : "cake test", | ||
"coverage" : "cake coverage", | ||
"doc" : "cake doc" | ||
} | ||
"name": "osc-min", | ||
"version": "0.0.7", | ||
"main": "lib/index", | ||
"author": { | ||
"name": "Russell McClellan", | ||
"email": "russell.mcclellan@gmail.com", | ||
"url": "http://www.ghostfact.com" | ||
}, | ||
"description": "Simple utilities for open sound control in node.js", | ||
"keywords": [ | ||
"open sound control", | ||
"OSC", | ||
"music control", | ||
"NIME" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/ghostfact/node-osc-min.git" | ||
}, | ||
"dependencies": { | ||
"binpack": "*", | ||
"coffee-script": ">=1.3.0" | ||
}, | ||
"devDependencies": { | ||
"expresso": "*", | ||
"docket": ">=0.0.3" | ||
}, | ||
"directories": { | ||
"lib": "lib", | ||
"examples": "examples" | ||
}, | ||
"engines": { | ||
"node": ">=0.6.0" | ||
}, | ||
"scripts": { | ||
"test": "cake test", | ||
"coverage": "cake coverage", | ||
"doc": "cake doc" | ||
}, | ||
"_id": "osc-min@0.0.5", | ||
"dist": { | ||
"shasum": "ead2d1b1e7ff2382e4dad0f7aaa8aa20832118b1" | ||
}, | ||
"_from": "osc-min@0.0.5" | ||
} |
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
78736
+ Addedcoffee-script@1.12.7(transitive)
- Removedcoffee-script@1.3.0(transitive)
Updatedcoffee-script@>=1.3.0