UNPKG

ninjs-rjs

Version:
75 lines (74 loc) 1.83 kB
{ "name": "ninjs-rjs", "version": "0.0.35", "license": "AGPL-1.0", "private": false, "preferGlobal": false, "description": "requirejs build wrapper", "keywords": [ "ninjs", "rjs" ], "config": {}, "publishConfig": {}, "engines": { "node": ">= 0.6" }, "main": "./lib/rjs.js", "bin": { "ninjs-rjs": "./bin/cli.js" }, "files": [ ".ninjs", "bin", "demo", "lib", "test", "pad.js" ], "homepage": "git+https://github.com/snapptop/ninjs-rjs.git#readme", "repository": { "type": "git", "url": "git+https://github.com/snapptop/ninjs-rjs.git" }, "bugs": { "url": "https://github.com/snapptop/ninjs-rjs/issues" }, "dependencies": { "ninjs-lodash": "^0.1.61", "requirejs": "^2.3.2" }, "bundleDependencies": [], "peerDependencies": {}, "devDependencies": {}, "optionalDependencies": {}, "author": { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com" }, "contributors": [ { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com/about/stu" } ], "maintainers": [ { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com/about/stu" } ], "man": [], "scripts": { "cli": "set NODE_ENV=development && set DEBUG=* && node ./bin/cli.js", "cli-prod": "set NODE_ENV=production && set DEBUG= && node ./bin/cli.js", "test": "set NODE_ENV=development && set DEBUG=* && node ./test/index.js", "test-prod": "set NODE_ENV=production && set DEBUG= && node ./test/index.js", "npm-config": "npm c ls -l", "bump-pub": "npm version patch && npm publish", "app.demo": "npm run cli -- app.demo" } }