44 lines
833 B
JSON
44 lines
833 B
JSON
{
|
|
"name": "node-osc",
|
|
"description": "pyOSC inspired library",
|
|
"version": "0.1.2",
|
|
"main": "index",
|
|
"athor": {
|
|
"name": "Myles Borins",
|
|
"email": "myles.borins@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Hans Hübner",
|
|
"email": "hans.huebner@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Smith",
|
|
"email": "jabber@term.ie"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jspack": "0.0.1",
|
|
"osc-min": "0.0.5"
|
|
},
|
|
"keywords": [
|
|
"osc",
|
|
"udp"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:TheAlphaNerd/node-osc.git"
|
|
},
|
|
"_id": "node-osc@0.1.2",
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.4",
|
|
"_nodeVersion": "v0.6.12",
|
|
"_defaultsLoaded": true,
|
|
"_from": "node-osc"
|
|
}
|