bplist
Version:
Binary plist parser and creator
30 lines (29 loc) • 646 B
JSON
{
"name": "bplist",
"version": "0.0.4",
"description": "Binary plist parser and creator",
"main": "bplist.js",
"dependencies": {
"bplist-parser": "~0.0.4",
"bplist-creator": "~0.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ladinu/bplist.git"
},
"keywords": [
"bplist",
"bplist parser",
"binary plist",
"plist",
"binary plist parser",
"bplist parser"
],
"author": "Ladinu Chandrasinghe <ladinu@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md"
}