UNPKG

hem

Version:

stitches CommonJS, and ties up other lose ends of web-app development.

57 lines (56 loc) 1.18 kB
{ "name": "hem", "version": "1.0.10", "description": "stitches CommonJS, and ties up other lose ends of web-app development.", "keywords": [ "spine", "commonsJS", "coffeescript", "stylus", "jade", "eco", "testacular", "jasmine" ], "contributors": [ "maccman", "aeischeid", "cengebretson" ], "licenses": [ { "type": "MIT", "url": "https://github.com/spine/hem/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "https://github.com/spine/hem.git" }, "main": "./lib/hem.js", "bin": { "hem": "./bin/hem" }, "preferGlobal": true, "dependencies": { "async": "^2.5.0", "coffee-script": "^1.12.7", "connect": "~2.9.0", "fast-detective": "~0.0.2", "fs-extra": "^2.1.2", "http-proxy": "~0.10.3", "open": "0.0.5", "optimist": "~0.6.0", "sty": "~0.6.1", "uglify-js": "^2.8.21", "uglifycss": "0.0.27", "watch": "^1.0.2" }, "optionalDependencies": { "jasmine-core": "^2.8.0", "karma": "^1.7.1", "karma-jasmine": "^1.1.0", "karma-junit-reporter": "^1.2.0", "karma-phantomjs-launcher": "^1.0.4" } }