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