UNPKG

aureooms-js-int32

Version:

32-bit signed integer arithmetic code bricks for JavaScript

34 lines 782 B
{ "devDependencies": { "aureooms-node-package": "^1.1.3" }, "keywords": [ "32", "arithmetic", "bricks", "integer", "javascript", "js", "signed" ], "author": "aureooms", "description": "32-bit signed integer arithmetic code bricks for JavaScript", "bugs": { "url": "https://github.com/aureooms/js-int32/issues" }, "repository": { "type": "git", "url": "https://github.com/aureooms/js-int32.git" }, "name": "aureooms-js-int32", "scripts": { "test": "./node_modules/.bin/aureooms-node-package-test", "doc": "./node_modules/.bin/groc", "build": "./node_modules/.bin/aureooms-node-package-build" }, "version": "0.1.2", "dependencies": {}, "main": "js/dist/int32.js", "homepage": "http://aureooms.github.io/js-int32/", "license": "AGPL-3.0" }