This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

29 lines
610 B
JSON

{
"name": "bplist-creator",
"version": "0.0.8",
"description": "Binary Mac OS X Plist (property list) creator.",
"main": "bplistCreator.js",
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/nearinfinity/node-bplist-creator.git"
},
"keywords": [
"bplist",
"plist",
"creator"
],
"author": "Joe Ferner",
"license": "MIT",
"devDependencies": {
"bplist-parser": "~0.1.0",
"is-buffer": "1.1.4",
"nodeunit": "0.9.1"
},
"dependencies": {
"stream-buffers": "~2.2.0"
}
}