Codebase list node-crc32 / ee6d0413-a8f0-4e0c-9d9a-c8476555eefc/upstream package.json
ee6d0413-a8f0-4e0c-9d9a-c8476555eefc/upstream

Tree @ee6d0413-a8f0-4e0c-9d9a-c8476555eefc/upstream (Download .tar.gz)

package.json @ee6d0413-a8f0-4e0c-9d9a-c8476555eefc/upstreamraw · history · blame

{
	"author": "T. Jameson Little <t.jameson.little@gmail.com>",
	"name": "crc32",
	"description": "CRC-32 implemented in JavaScript",
	"version": "0.2.2",
	"repository": {
		"type": "git",
		"url": "http://github.com/beatgammit/crc32.git"
	},
	"main": "./lib/crc32.js",
	"bin": {
		"crc32": "./bin/runner.js"
	},
	"scripts": {
		"test": "cd test ; ./runTests.sh"
	},
	"engines": {
		"node": ">= 0.4.0"
	},
	"dependencies": {},
	"devDependencies": {}
}