UNPKG

ng-slugify

Version:
36 lines (35 loc) 857 B
{ "name": "ng-slugify", "version": "1.0.0", "description": "Simple Slugifier Service", "main": "index.js", "scripts": { "test": "karma start --single-run" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/pjetr/ng-slugify.git" }, "keywords": [ "angular", "slug-service", "slugifier", "slugify" ], "author": "Peter Delvaux <peterdelvaux@hotmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/pjetr/ng-slugify/issues" }, "homepage": "https://github.com/pjetr/ng-slugify#readme", "devDependencies": { "angular": "^1.5.8", "angular-mocks": "^1.5.8", "jasmine-core": "^2.5.1", "karma": "^1.3.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "karma-spec-reporter": "0.0.26" } }