angust
Version:
Angust for manipulation with app state in Angular4+ apps
90 lines (89 loc) • 2.47 kB
JSON
{
"name": "angust",
"version": "0.0.9",
"description": "Angust for manipulation with app state in Angular4+ apps",
"homepage": "https://github.com/sash-ua/angust",
"repository": {
"type": "git",
"url": "git+https://github.com/sash-ua/angust.git"
},
"keywords": [
"monads",
"typescript",
"javascript",
"state",
"monad-ts",
"functional-js",
"angular",
"redux",
"store",
"angular4",
"angular module"
],
"scripts": {
"build": "npm-run-all -p -r tsc:watch webpack",
"build:prod": "npm-run-all -p -r tsc:watch webpack:prod",
"test": "karma start karma.conf.js",
"tsc:watch": "tsc -w -d",
"webpack": "webpack --watch",
"webpack:prod": "webpack --watch -p --config ./webpack.config.prod.js",
"lite": "lite-server -o",
"map": "source-map-explorer lib/angust.umd.js",
"tsc": "tsc",
"test:server": "http-server -p 3000 -c-1 --cors",
"tsc:dg": "tsc -w -p tsconfig.gen.docs.json",
"lite:dg": "lite-server -c bs-config-doc-gen.json",
"esdoc": "esdoc",
"doc:gen": "npm-run-all -p tsc:dg esdoc lite:dg"
},
"module": "index.js",
"main": "lib/angust.umd.js",
"licenses": [
{
"type": "Apache 2.0"
}
],
"author": "Alex Tranchenko",
"contributors": [
{
"name": "Alex Tranchenko",
"email": "tranchenkoa@gmail.com"
}
],
"dependencies": {},
"devDependencies": {
"@angular/common": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/router": "^4.4.3",
"@types/async": "^2.0.42",
"@types/browser-sync": "^0.0.36",
"@types/core-js": "^0.9.43",
"@types/jasmine": "2.6.0",
"@types/node": "^8.0.30",
"@types/rimraf": "2.0.2",
"async": "^2.5.0",
"awesome-typescript-loader": "^3.2.3",
"browser-sync": "^2.18.13",
"es6-shim": "^0.35.3",
"http-server": "^0.10.0",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-htmlfile-reporter": "^0.3.5",
"karma-jasmine": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"lite-server": "^2.3.0",
"monad-ts": "^0.3.11",
"npm-run-all": "^4.1.1",
"source-map-explorer": "^1.5.0",
"source-map-support": "^0.4.18",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"webpack": "~3.6.0"
}
}