@ovh-ux/ng-ui-router-title
Version:
AngularJS module for updating browser title/history based on the current ui-router state.
46 lines (45 loc) • 1.28 kB
JSON
{
"name": "@ovh-ux/ng-ui-router-title",
"version": "3.1.4",
"description": "AngularJS module for updating browser title/history based on the current ui-router state.",
"keywords": [
"angularjs",
"state",
"title",
"ui-router"
],
"homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-ui-router-title#readme",
"bugs": {
"url": "https://github.com/ovh/manager/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovh/manager.git",
"directory": "packages/components/ng-ui-router-title"
},
"license": "BSD-3-Clause",
"author": "OVH SAS",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"browser": "./dist/umd/ng-ui-router-title.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -c --environment BUILD:development",
"dev:watch": "rollup -c --environment BUILD:development --watch",
"prepare": "rollup -c --environment BUILD:production"
},
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.3"
},
"peerDependencies": {
"@uirouter/angularjs": "^1.0.0",
"angular": "^1.5.0"
}
}