UNPKG

judocss

Version:

The functional CSS toolkit designed for minimal effort and maximum efficiency.

51 lines (50 loc) 1.17 kB
{ "name": "judocss", "version": "0.1.58", "description": "The functional CSS toolkit designed for minimal effort and maximum efficiency.", "scripts": { "judo": "node bin/judo.js", "compile": "./node_modules/.bin/babel --presets es2015 -d . src/", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/defx/judocss.git" }, "bin": { "judo": "bin/judo.js" }, "keywords": [ "CSS", "judo", "minimal", "tiny", "dynamic", "semantic" ], "author": "defx", "license": "MIT", "bugs": { "url": "https://github.com/defx/judocss/issues" }, "homepage": "https://github.com/defx/judocss", "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0" }, "main": "judocss.js", "dependencies": { "child_process": "^1.0.2", "chokidar": "^1.6.0", "connect": "^3.5.0", "connect-livereload": "^0.6.0", "fs": "0.0.1-security", "glob-fs": "^0.1.6", "htmlparser2": "^3.9.1", "http": "0.0.0", "node-dir": "^0.1.16", "path": "^0.12.7", "serve-static": "^1.11.1", "tiny-lr": "^0.2.1" } }