20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"name": "udp-streams2",
|
|
"version": "1.0.7",
|
|
"description": "Writable stream implementation of dgram.send",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/myndzi/udp-streams2"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha -u bdd -R spec --bail test.js"
|
|
},
|
|
"author": "Kris Reeves",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"mocha": "^2.0.1",
|
|
"should": "^4.3.1"
|
|
}
|
|
}
|