Mercurial > hg > beaglert
comparison resources/osc/node_modules/osc-min/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 "osc-min", | |
5 "/Users/liam/Documents/Bela/osc-node" | |
6 ] | |
7 ], | |
8 "_from": "osc-min@latest", | |
9 "_id": "osc-min@1.1.1", | |
10 "_inCache": true, | |
11 "_installable": true, | |
12 "_location": "/osc-min", | |
13 "_nodeVersion": "5.2.0", | |
14 "_npmUser": { | |
15 "email": "russell.mcclellan@gmail.com", | |
16 "name": "ghostfact" | |
17 }, | |
18 "_npmVersion": "3.3.12", | |
19 "_phantomChildren": {}, | |
20 "_requested": { | |
21 "name": "osc-min", | |
22 "raw": "osc-min", | |
23 "rawSpec": "", | |
24 "scope": null, | |
25 "spec": "latest", | |
26 "type": "tag" | |
27 }, | |
28 "_requiredBy": [ | |
29 "/" | |
30 ], | |
31 "_resolved": "https://registry.npmjs.org/osc-min/-/osc-min-1.1.1.tgz", | |
32 "_shasum": "8580443a3abb02f73254f5a286340dcbe3cf3f07", | |
33 "_shrinkwrap": null, | |
34 "_spec": "osc-min", | |
35 "_where": "/Users/liam/Documents/Bela/osc-node", | |
36 "author": { | |
37 "email": "russell.mcclellan@gmail.com", | |
38 "name": "Russell McClellan", | |
39 "url": "http://www.russellmcc.com" | |
40 }, | |
41 "bugs": { | |
42 "url": "https://github.com/russellmcc/node-osc-min/issues" | |
43 }, | |
44 "config": { | |
45 "blanket": { | |
46 "data-cover-never": "node_modules", | |
47 "loader": "./node-loaders/coffee-script", | |
48 "pattern": "lib" | |
49 } | |
50 }, | |
51 "dependencies": { | |
52 "binpack": "~0" | |
53 }, | |
54 "description": "Simple utilities for open sound control in node.js", | |
55 "devDependencies": { | |
56 "blanket": "*", | |
57 "browserify": "^6.1.0", | |
58 "coffee-script": ">=1.7.1 <2.0.0", | |
59 "coveralls": "*", | |
60 "docket": "0.0.5", | |
61 "mocha": "*", | |
62 "mocha-lcov-reporter": "*", | |
63 "uglify-js": "^2.4.15" | |
64 }, | |
65 "directories": { | |
66 "examples": "examples", | |
67 "lib": "lib" | |
68 }, | |
69 "dist": { | |
70 "shasum": "8580443a3abb02f73254f5a286340dcbe3cf3f07", | |
71 "tarball": "https://registry.npmjs.org/osc-min/-/osc-min-1.1.1.tgz" | |
72 }, | |
73 "engines": { | |
74 "node": ">=0.10.0" | |
75 }, | |
76 "gitHead": "579ef44bd99ab4fb6f180ec4c29ff223f48e64a8", | |
77 "homepage": "https://github.com/russellmcc/node-osc-min#readme", | |
78 "keywords": [ | |
79 "open sound control", | |
80 "OSC", | |
81 "music control", | |
82 "NIME" | |
83 ], | |
84 "license": "Zlib", | |
85 "main": "lib/index", | |
86 "maintainers": [ | |
87 { | |
88 "email": "russell.mcclellan@gmail.com", | |
89 "name": "ghostfact" | |
90 } | |
91 ], | |
92 "name": "osc-min", | |
93 "optionalDependencies": {}, | |
94 "readme": "ERROR: No README data found!", | |
95 "repository": { | |
96 "type": "git", | |
97 "url": "git+ssh://git@github.com/russellmcc/node-osc-min.git" | |
98 }, | |
99 "scripts": { | |
100 "browserify": "cake browserify", | |
101 "coverage": "cake coverage", | |
102 "coveralls": "cake coveralls", | |
103 "doc": "cake doc", | |
104 "prepublish": "cake doc; coffee -c lib/osc-utilities.coffee", | |
105 "test": "cake test" | |
106 }, | |
107 "version": "1.1.1" | |
108 } |