frau-appconfig-builder
Version:
A free-range-app utility for building your FRA's appconfig.json.
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "frau-appconfig-builder",
"version": "1.5.0",
"description": "A free-range-app utility for building your FRA's appconfig.json.",
"main": "lib/index.js",
"bin": {
"frau-appconfig-builder": "bin/appconfigbuildercli"
},
"files": [
"/bin",
"/lib"
],
"scripts": {
"lint": "npm run lint:src && npm run lint:test",
"lint:src": "jshint lib",
"lint:test": "jshint test",
"test:unit": "mocha",
"test": "npm run lint && npm run test:unit"
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/frau-appconfig-builder.git"
},
"keywords": [
"d2l",
"frau",
"appconfig"
],
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/frau-appconfig-builder/issues"
},
"homepage": "https://github.com/Brightspace/frau-appconfig-builder",
"dependencies": {
"chalk": "^3.0.0",
"frau-local-appresolver": "^1.2.0",
"frau-publisher": "^2.7.10",
"q": "^1.4.1",
"semver": "^5.7.1",
"vinyl-fs": "^3.0.3",
"vinyl-source-stream": "^2.0.0",
"yargs": "^15.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"jshint": "^2.5.11",
"mocha": "^6.2.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0"
}
}