UNPKG

fcss

Version:

free running css complier

33 lines (32 loc) 621 B
{ "name": "fcss", "version": "0.1.5", "description": "free running css complier", "main": "index.js", "bin": "./bin/fcss", "scripts": { "test": "fcss" }, "repository": { "type": "git", "url": "https://github.com/kevin14/fcss.git" }, "keywords": [ "css", "less", "sass", "complier", "free-running" ], "author": "kevin14", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/kevin14/fcss/issues" }, "homepage": "https://github.com/kevin14/fcss", "dependencies": { "colors": "^1.0.3", "less": "^2.4.0", "minimist": "^1.1.0" } }