Mercurial > hg > beaglert
comparison resources/osc/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 "name": "osc-node", | |
3 "version": "1.0.0", | |
4 "description": "", | |
5 "main": "index.js", | |
6 "scripts": { | |
7 "test": "echo \"Error: no test specified\" && exit 1" | |
8 }, | |
9 "author": "", | |
10 "license": "ISC", | |
11 "dependencies": { | |
12 "osc-min": "^1.1.1" | |
13 } | |
14 } |