rjon
Version:
route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software
86 lines (85 loc) • 3.67 kB
JSON
{
"name": "rjon",
"version": "0.3.0",
"description": "route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ack-webpack": "ack-webpack",
"install:js": "ack-webpack install --out",
"start": "ack-webpack reload app/www",
"build": "npm-run-all -s build:dist compile:aot build:js build:index build:css",
"build:js": "ack-webpack aot/index.prod.js app/www/index.js --production --project app/tsconfig.json",
"build:js:jit": "ack-webpack app/index.ts app/www/index.js --production",
"build:index": "pug app/index.pug --out app/www/",
"compile:aot": "npm-run-all compile:aot:copy:src compile:aot:js",
"compile:aot:copy:src": "ncp src app/src/rjon",
"compile:aot:copy:src:DIST": "ncp dist app/src/rjon",
"compile:aot:js": "ngc --project app/tsconfig.aot.json",
"compile:prefx": "ack-angular-fx --igniter void --select childStag,absoluteSwap,200,500 --effects fade,slide --out ./src/prefx.ts",
"compile:templates": "npm-run-all compile:templates:src npm run compile:templates:example",
"compile:templates:example": "ack-pug-bundler app/src/pugs/ app/src/templates/ --outType ts --oneToOne",
"compile:templates:src": "ack-pug-bundler src/pugs/ src/templates/ --outType ts --oneToOne",
"watch:templates": "npm run compile:templates:src -- --watch & npm run compile:templates:example -- --watch",
"watch:jit": "ack-webpack app/index.ts app/www/index.js --watch --browser=app/www/ --project app/tsconfig.json",
"build:css": "ack-sass app/styles.scss app/www/styles.css --production",
"build:dist:styles": "ack-sass app/styles.scss dist/styles.css --production",
"build:dist:markdown": "ack-sass app/markdown.scss dist/markdown.css --production",
"build:dist:css": "npm-run-all build:dist:styles build:dist:markdown",
"watch:css": "ack-sass app/styles.scss app/www/styles.css --watch",
"watch:src": "watch 'npm run build:dist && npm run compile:aot' src/ --ignoreDirectoryPattern=/pugs/",
"watch": "npm run watch:templates & npm run watch:src & npm run watch:jit & npm run watch:css",
"build:dist": "ngc --declaration --project src"
},
"keywords": [
"route",
"javascript",
"object",
"notation",
"rjon",
"router",
"routes",
"route-map"
],
"author": "Acker Apple",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AckerApple/rjon.git"
},
"bugs": {
"url": "https://github.com/AckerApple/rjon/issues"
},
"homepage": "https://github.com/AckerApple/rjon#readme",
"devDependencies": {
"@angular/animations": "^5.0.5",
"@angular/common": "^5.0.5",
"@angular/compiler": "^5.0.5",
"@angular/compiler-cli": "^5.0.5",
"@angular/core": "^5.0.5",
"@angular/forms": "^5.0.5",
"@angular/http": "^5.0.5",
"@angular/platform-browser": "^5.0.5",
"@angular/platform-browser-dynamic": "^5.0.5",
"@angular/router": "^5.0.5",
"ack-angular": "^1.4.4",
"ack-angular-fx": "^1.3.0",
"ack-css-boot": "^1.2.45",
"ack-pug-bundler": "^1.3.14",
"ack-sass": "^1.1.1",
"ack-webpack": "^1.2.1",
"localforage": "^1.5.5",
"ng2-page-scroll": "^4.0.0-beta.12",
"nodedump": "^0.0.8",
"npm-run-all": "^4.1.2",
"pug": "^2.0.0-rc.4",
"pug-cli": "^1.0.0-alpha6",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.5",
"ts-loader": "^3.2.0",
"typescript": "2.4.2",
"webpack": "^3.10.0",
"zone.js": "^0.8.18"
}
}