UNPKG

hem

Version:

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

54 lines (47 loc) 955 B
{ "root": "", "route": "/", "version": { "type": "package", "files": [ "public/index.html" ] }, "css": { "src": [ "css" ], "target": "public/application.css" }, "js": { "commonjs": "require", "libs": [ "lib" ], "modules": [ "jqueryify", "spine", "spine/lib/local", "spine/lib/list", "spine/lib/ajax", "spine/lib/route", "spine/lib/manager", "spine/lib/relation" ], "src": [ "app" ], "target": "public/application.js" }, "static": { "/": "public", "/test": "test/public" }, "test": { "commonjs": "specs", "libs": [], "depends": [], "src": [ "test/specs" ], "target": "test/public/specs.js" } }