bower.json 289 字节
{
    "name": "long",
    "version": "/*?= VERSION */",
    "author": "Daniel Wirtz <dcode@dcode.io>",
    "description": "A Long class for representing a 64 bit two's-complement integer value.",
    "main": "dist/long.js",
    "keywords": ["math"],
    "license": "Apache-2.0"
}