1234567891011121314151617181920212223242526 |
- {
- "name": "packet-reader",
- "version": "1.0.0",
- "description": "Read binary packets...",
- "main": "index.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "mocha"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/brianc/node-packet-reader.git"
- },
- "author": "Brian M. Carlson",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/brianc/node-packet-reader/issues"
- },
- "homepage": "https://github.com/brianc/node-packet-reader",
- "devDependencies": {
- "mocha": "~1.21.5"
- }
- }
|