UNPKG

koa-modularize

Version:

koa middleware for transforming commonjs file into browser module format

58 lines (57 loc) 1.36 kB
{ "name": "koa-modularize", "version": "3.6.9", "author": "yiminghe <yiminghe@gmail.com>", "description": "koa middleware for transforming commonjs file into browser module format", "keywords": [ "koa", "modularize", "browser", "loader" ], "engines": { "node": ">=0.11" }, "license": "MIT", "repository": { "type": "git", "url": "http://github.com/yiminghe/koa-modularize.git" }, "browser":{ "./test/node.js":"./test/browser/browser.js" }, "scripts": { "lint": "jshint lib/*", "publish": "git push origin", "mount": "DEBUG=koa-modularize node --harmony test/server-mount", "start": "DEBUG=koa-modularize node --harmony test/server" }, "precommit": [ "lint" ], "devDependencies": { "jquery": "^2.1.3", "jshint": "^2.6.0", "koa": "^0.13.0", "koa-jsx": "^1.1.2", "koa-mount": "^1.3.0", "koa-serve-index": "^1.0.1", "koa-source-map": "^1.0.2", "koa-static": "^1.4.7", "modulex": "~1.7.4", "precommit-hook": "^1.0.7", "rc-calendar": "~1.2.4", "react": "0.12.x", "react-tools": "^0.12.0", "superagent": "^0.21.0", "util": "^0.10.3", "when": "^3.7.2", "debug": "^2.1.1" }, "dependencies": { "browser-resolve": "~1.9.0", "match-require": "1.x", "modulex-util": "1.x", "source-map": "^0.4.1" } }