Mercurial > hg > beaglert
comparison resources/osc/package.json @ 284:7bfb25a2e158 Doxy prerelease
Merge
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Tue, 17 May 2016 15:53:24 +0100 |
parents | fb9c28a4676b |
children |
comparison
equal
deleted
inserted
replaced
269:ac8eb07afcf5 | 284:7bfb25a2e158 |
---|---|
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 } |