UNPKG

smithy

Version:

Preprocessing of CSS/JS meta-languages made easy through a singular API.

53 lines (52 loc) 1.25 kB
{ "name": "smithy", "version": "0.6.3", "description": "Preprocessing of CSS/JS meta-languages made easy through a singular API.", "main": "index.js", "scripts": { "test": "mocha $(find test -name '*.test.js')", "watch": "mocha --watch $(find test -name '*.test.js')", "coverage": "istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')", "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')" }, "dependencies": { "canihaz": "1.1.x" }, "devDependencies": { "chai": "1.9.x", "istanbul": "0.3.x", "mocha": "1.18.x", "pre-commit": "0.0.x" }, "canihaz": { "coffee-script": "1.9.x", "less": "2.5.x", "nib": "1.0.x", "node-sass": "2.1.x", "stylus": "0.50.x", "rework": "0.20.x", "react-tools": "0.13.x" }, "repository": { "type": "git", "url": "git://github.com/bigpipe/smithy.git" }, "keywords": [ "Preprocessing", "sass", "less", "stylus", "rework", "coffeescript", "CSS", "JS", "React", "JSX", "javascript" ], "author": "Martijn Swaagman", "license": "MIT", "bugs": { "url": "https://github.com/bigpipe/smithy/issues" } }