stylus-blocks-compiler
Version:
Stylus build wrapper optimized for incremental builds
35 lines (34 loc) • 778 B
JSON
{
"name": "stylus-blocks-compiler",
"version": "0.0.3",
"description": "Stylus build wrapper optimized for incremental builds",
"main": "index.js",
"scripts": {
"test": "nodeunit test"
},
"repository": {
"type": "git",
"url": "git://github.com/Lapple/stylus-blocks-compiler.git"
},
"keywords": [
"stylus",
"incremental",
"large-scale"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lapple/stylus-blocks-compiler/issues"
},
"homepage": "https://github.com/Lapple/stylus-blocks-compiler",
"dependencies": {
"stylus": "^0.48.1",
"lodash": "^2.4.1",
"async": "^0.9.0",
"event-stream": "^3.1.7",
"join-stream": "0.0.0"
},
"devDependencies": {
"nodeunit": "^0.9.0"
}
}