UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

28 lines (25 loc) 597 B
{ "type": "raptor-module", "name": "raptor/js-minifier", "version": "1.0", "description": "RaptorJS module to support ", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "dependencies": [ {"path": "css-minifier.js"} ], "extensions": { "node": { "dependencies": [ {"path": "css-minifier_node.js"} ] } } } }