UNPKG

buildjs.core

Version:

Core Shared Functionality for the BuildJS Tool Suite

28 lines 612 B
{ "name": "buildjs.core", "description": "Core Shared Functionality for the BuildJS Tool Suite", "author": "Damon Oehlman <damon.oehlman@gmail.com>", "version": "1.0.0", "dependencies": {}, "repository": { "type": "git", "url": "git://github.com/buildjs/core.git" }, "bugs": { "url": "http://github.com/buildjs/core/issues" }, "scripts": { "lint": "jshint *.js", "test": "node test/all.js", "gendocs": "gendocs > README.md" }, "main": "index.js", "keywords": [ "buildjs", "buildtool" ], "license": "MIT", "devDependencies": { "tape": "^2" } }