UNPKG

ho-compiler

Version:

Less compilation for ho builds

46 lines (45 loc) 969 B
{ "name": "ho-compiler", "shortname": "ho", "version": "1.0.0", "description": "Less compilation for ho builds", "bin": { "ho-compile": "./bin/ho-compile" }, "main": "dist/index.js", "scripts": { "test": "tape ./spec/*.js", "build": "rm -rf dist && babel lib --out-dir dist", "watch": "babel --watch lib --out-dir dist", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git://github.com/hocss/ho-compiler.git" }, "keywords": [ "ho", "less", "compile", "css", "build", "cli" ], "author": "Matt Styles", "license": "ISC", "bugs": { "url": "https://github.com/hocss/ho-compiler/issues" }, "homepage": "https://github.com/hocss/ho-compiler", "devDependencies": { "babel": "^5.1.1", "osenv": "^0.1.0", "tape": "^4.0.0" }, "dependencies": { "chalk": "^1.0.0", "core-js": "^0.8.2", "less": "^2.5.0", "minimist": "^1.1.1" } }