@acpaas-ui/js-notification-store
Version:
The Notification Store provides a singleton store to save and easily access notifications throughout your app.
64 lines (63 loc) • 2.14 kB
JSON
{
"name": "@acpaas-ui/js-notification-store",
"$rollup": {
"fileName": "acpaas-ui-js-notification-store",
"moduleName": "JsNotificationStore"
},
"version": "1.0.4",
"description": "The Notification Store provides a singleton store to save and easily access notifications throughout your app.",
"main": "./dist/acpaas-ui-js-notification-store.umd.js",
"browser": "./dist/acpaas-ui-js-notification-store.cjs.js",
"module": "./dist/acpaas-ui-js-notification-store.es.js",
"es2015": "./dist/acpaas-ui-js-notification-store.es.js",
"typings": "./src/acpaas-ui-js-notification-store.d.ts",
"keywords": [
"acpaas-ui",
"aui",
"es2015",
"typescript"
],
"author": "",
"homepage": "ssh://git@git.antwerpen.be/aui/notification_store_js",
"scripts": {
"rollup": "rollup -c --extend",
"********************** TEST **********************": "",
"lint": "eslint .",
"test": "cross-env NODE_ENV=test mocha --require babel-register -t 2000 --recursive",
"test:watch": "npm run test -- -w",
"test:coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
"coverage:serve": "lite-server",
"********************** Deploy **********************": "",
"clean": "rimraf dist",
"build": "npm run clean && npm run rollup",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@studiohyperdrive/eslint-config": "~3.0.2",
"babel-core": "~6.26.3",
"babel-istanbul": "~0.12.2",
"babel-plugin-rewire": "~1.1.0",
"babel-plugin-transform-object-rest-spread": "~6.26.0",
"babel-preset-env": "~1.7.0",
"babel-register": "~6.26.0",
"chai": "~4.1.2",
"chai-shallow-deep-equal": "~1.4.6",
"copy": "~0.3.2",
"cross-env": "~5.1.5",
"eslint": "~4.19.1",
"eslint-plugin-chai-friendly": "~0.4.1",
"mocha": "~5.1.1",
"rimraf": "^2.6.3",
"rollup": "~0.58.2",
"rxjs": "^5.5.12",
"sinon": "~5.0.7",
"sinon-chai": "~3.0.0"
},
"peerDependencies": {
"rxjs": "~6.1.0"
},
"dependencies": {
"escape-string-regexp": "^2.0.0"
},
"gitHead": "261bb6ff0b51b8a977c168701b69171fa1c816f7"
}