comparison resources/osc/node_modules/binpack/package.json @ 271:fb9c28a4676b prerelease

Added osc example project and node script for testing
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Tue, 17 May 2016 16:01:06 +0100
parents
children
comparison
equal deleted inserted replaced
270:de37582ce6f3 271:fb9c28a4676b
1 {
2 "_args": [
3 [
4 "binpack@~0",
5 "/Users/liam/Documents/Bela/osc-node/node_modules/osc-min"
6 ]
7 ],
8 "_from": "binpack@>=0.0.0 <1.0.0",
9 "_id": "binpack@0.1.0",
10 "_inCache": true,
11 "_installable": true,
12 "_location": "/binpack",
13 "_npmUser": {
14 "email": "russell.mcclellan@gmail.com",
15 "name": "ghostfact"
16 },
17 "_npmVersion": "1.3.21",
18 "_phantomChildren": {},
19 "_requested": {
20 "name": "binpack",
21 "raw": "binpack@~0",
22 "rawSpec": "~0",
23 "scope": null,
24 "spec": ">=0.0.0 <1.0.0",
25 "type": "range"
26 },
27 "_requiredBy": [
28 "/osc-min"
29 ],
30 "_resolved": "https://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz",
31 "_shasum": "bd3d0974c3f2a0446e17df4f60b55a72a205a97e",
32 "_shrinkwrap": null,
33 "_spec": "binpack@~0",
34 "_where": "/Users/liam/Documents/Bela/osc-node/node_modules/osc-min",
35 "author": {
36 "email": "russell.mcclellan@gmail.com",
37 "name": "Russell McClellan",
38 "url": "http://www.russellmcc.com"
39 },
40 "bugs": {
41 "url": "https://github.com/russellmcc/node-binpack/issues"
42 },
43 "dependencies": {},
44 "description": "Minimalist numeric binary packing utilities for node.js",
45 "devDependencies": {
46 "coffee-script": "<1.7.0",
47 "vows": "*"
48 },
49 "directories": {},
50 "dist": {
51 "shasum": "bd3d0974c3f2a0446e17df4f60b55a72a205a97e",
52 "tarball": "http://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz"
53 },
54 "homepage": "https://github.com/russellmcc/node-binpack",
55 "keywords": [
56 "binary",
57 "pack",
58 "unpack"
59 ],
60 "main": "index",
61 "maintainers": [
62 {
63 "email": "russell.mcclellan@gmail.com",
64 "name": "ghostfact"
65 }
66 ],
67 "name": "binpack",
68 "optionalDependencies": {},
69 "readme": "ERROR: No README data found!",
70 "repository": {
71 "type": "git",
72 "url": "git+ssh://git@github.com/russellmcc/node-binpack.git"
73 },
74 "scripts": {
75 "test": "vows tests/*"
76 },
77 "version": "0.1.0"
78 }