UNPKG

modular-js

Version:

Modular JavaScript.

30 lines (29 loc) 695 B
{ "name": "modular-js", "description": "Modular JavaScript.", "version": "1.1.0", "author": "Shallker Wang <shallker.wang@profero.com>", "main": "index.js", "keywords": [ "modular-js", "modular", "module", "require", "requirejs" ], "bin": { "modular": "./bin/modular" }, "repository": { "type": "git", "url": "https://github.com/shallker-wang/modular-js.git" }, "bugs": { "url": "https://github.com/shallker-wang/modular-js/issues" }, "dependencies": { "commander": "*", "coffee-script": "*", "uglify-js": "*" }, "scripts": { "test": "mocha --recursive --compilers coffee:coffee-script -r should" }, "license": "MIT" }