29 lines
610 B
JSON
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"
|
|
}
|
|
}
|