26 lines
519 B
JSON
26 lines
519 B
JSON
|
{
|
||
|
"name": "string_decoder",
|
||
|
"version": "0.10.31",
|
||
|
"description": "The string_decoder module from Node core",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"tap": "~0.4.8"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap test/simple/*.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/rvagg/string_decoder.git"
|
||
|
},
|
||
|
"homepage": "https://github.com/rvagg/string_decoder",
|
||
|
"keywords": [
|
||
|
"string",
|
||
|
"decoder",
|
||
|
"browser",
|
||
|
"browserify"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|