{
    "name": "php-pack",
    "description": "HiSpeed Pack/Unpack of bytes formats, just like PHP and PERL,rauls's version can not be used,so i fix it.",
    "version": "1.0.2-release",
    "repository": {
        "type": "git",
        "url": "git://github.com/acgpiano/php-pack.git"
    },

    "homepage": "http://github.com/acgpiano/php-pack",
    "author": "acgpiano",
    "main": "./build/Release/phppack",
    "directories": {
        "lib": "."
    },
    "scripts": {
        "preinstall": "node-gyp rebuild",
        "test": "node test/test.js"
    },
    "engines": {
        "node": ">=4.0.0"
    }
}