cssjs
Version:
incubating
45 lines (44 loc) • 929 B
JSON
{
"name": "cssjs",
"version": "0.0.2",
"description": "incubating",
"main": "lib/cssjs.js",
"scripts": {
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register",
"prepublish": "coffee -o lib -c src/*.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/SE7ENSKY/cssjs.git"
},
"keywords": [
"css",
"js",
"cssjs",
"preprocessor",
"postprocessor"
],
"author": "Ivan Kravchenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/SE7ENSKY/cssjs/issues"
},
"homepage": "https://github.com/SE7ENSKY/cssjs",
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"mocha": "^2.1.0"
},
"dependencies": {
"commander": "^2.6.0",
"css": "SE7ENSKY/css",
"mkdirp": "^0.5.0",
"monocle": "^1.1.51"
},
"directories": {
"lib": "./lib"
},
"bin": {
"cssjs": "./bin/cssjs"
}
}