Mercurial > hg > beaglert
view resources/osc/node_modules/osc-min/package.json @ 556:ce391098f321 prerelease tip
THIS PROJECT HAS MOVED TO https://github.com/BelaPlatform/bela
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sat, 25 Jun 2016 20:21:00 +0100 |
parents | fb9c28a4676b |
children |
line wrap: on
line source
{ "_args": [ [ "osc-min", "/Users/liam/Documents/Bela/osc-node" ] ], "_from": "osc-min@latest", "_id": "osc-min@1.1.1", "_inCache": true, "_installable": true, "_location": "/osc-min", "_nodeVersion": "5.2.0", "_npmUser": { "email": "russell.mcclellan@gmail.com", "name": "ghostfact" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "osc-min", "raw": "osc-min", "rawSpec": "", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/osc-min/-/osc-min-1.1.1.tgz", "_shasum": "8580443a3abb02f73254f5a286340dcbe3cf3f07", "_shrinkwrap": null, "_spec": "osc-min", "_where": "/Users/liam/Documents/Bela/osc-node", "author": { "email": "russell.mcclellan@gmail.com", "name": "Russell McClellan", "url": "http://www.russellmcc.com" }, "bugs": { "url": "https://github.com/russellmcc/node-osc-min/issues" }, "config": { "blanket": { "data-cover-never": "node_modules", "loader": "./node-loaders/coffee-script", "pattern": "lib" } }, "dependencies": { "binpack": "~0" }, "description": "Simple utilities for open sound control in node.js", "devDependencies": { "blanket": "*", "browserify": "^6.1.0", "coffee-script": ">=1.7.1 <2.0.0", "coveralls": "*", "docket": "0.0.5", "mocha": "*", "mocha-lcov-reporter": "*", "uglify-js": "^2.4.15" }, "directories": { "examples": "examples", "lib": "lib" }, "dist": { "shasum": "8580443a3abb02f73254f5a286340dcbe3cf3f07", "tarball": "https://registry.npmjs.org/osc-min/-/osc-min-1.1.1.tgz" }, "engines": { "node": ">=0.10.0" }, "gitHead": "579ef44bd99ab4fb6f180ec4c29ff223f48e64a8", "homepage": "https://github.com/russellmcc/node-osc-min#readme", "keywords": [ "open sound control", "OSC", "music control", "NIME" ], "license": "Zlib", "main": "lib/index", "maintainers": [ { "email": "russell.mcclellan@gmail.com", "name": "ghostfact" } ], "name": "osc-min", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/russellmcc/node-osc-min.git" }, "scripts": { "browserify": "cake browserify", "coverage": "cake coverage", "coveralls": "cake coveralls", "doc": "cake doc", "prepublish": "cake doc; coffee -c lib/osc-utilities.coffee", "test": "cake test" }, "version": "1.1.1" }