UNPKG

gumga-breadcrumb

Version:
55 lines (54 loc) 1.65 kB
{ "name": "gumga-breadcrumb", "version": "1.0.0", "description": "Gumga Breadcrumb (Angular 1.x)", "main": "./src/breadcrumb.js", "directories": { "example": "example" }, "dependencies": { "angular": "1.5.8" }, "babel": { "presets": [ "es2015" ] }, "devDependencies": { "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.13.2", "babelify": "^7.3.0", "browserify": "^13.1.0", "live-server": "^1.1.0", "npm-run-all": "^2.3.0", "uglify-js": "^2.7.0", "watchify": "^3.7.0" }, "scripts": { "start": "npm-run-all -p live-server dev", "live-server": "live-server --host=localhost --port=9000", "dev": "npm-run-all -p dev:sequential", "dev:sequential": "npm-run-all -s -c dev:concat", "dev:concat": "watchify ./src/breadcrumb.js -o ./dist/gumga-breadcrumb.js -t [ babelify ]", "build": "npm-run-all -p build:sequential", "build:sequential": "npm-run-all -s -c build:concat build:minify", "build:concat": "browserify ./src/breadcrumb.js -o ./dist/gumga-breadcrumb.js -t [ babelify ]", "build:minify": "uglifyjs ./dist/gumga-breadcrumb.js -o ./dist/gumga-breadcrumb.min.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/guiseek/gumga-breadcrumb.git" }, "keywords": [ "Gumga", "Breadcrumb", "Angular 1.x" ], "author": "Gumga Tecnologia da Informação S/A", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/guiseek/gumga-breadcrumb/issues" }, "homepage": "https://github.com/guiseek/gumga-breadcrumb#readme" }