UNPKG

cafescript

Version:

CafeScript is a node component driven preprocessor.

40 lines (39 loc) 879 B
{ "name": "cafescript", "version": "0.8.0", "description": "CafeScript is a node component driven preprocessor.", "main": "index.js", "bin": { "cafe": "bin/cafe" }, "dependencies": { "acorn": "^3.3.0", "nopt": "^3.0.4" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-nodeunit": "^0.4.1", "grunt-jison": "^1.3.2", "xerox": "^0.2.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "preprocessor", "cafe", "cafescript", "php" ], "author": "Trevor Hall", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tjhall13/cafescript.git" }, "bugs": { "url": "https://github.com/tjhall13/cafescript/issues" }, "homepage": "https://github.com/tjhall13/cafescript#readme" }