UNPKG

md-form-builder

Version:

AngularJS - Material Design - Form Builder

72 lines (71 loc) 1.95 kB
{ "name": "md-form-builder", "version": "0.9.1", "description": "AngularJS - Material Design - Form Builder", "main": "src/index.js", "browserify": { "transform": [ [ "ngify", { "moduleName": "md-form-builder" } ], "browserify-css" ] }, "scripts": { "dev": "watch 'npm run build' src", "test": "npm run -s test:code && npm run -s test:style", "test:code": "tap -R nyan --cov test/**/*.js", "test:style": "standard --verbose | snazzy && htmlhint app index.html", "test:debug": "tap --debug -t 0 test/**/*.js", "test:these": "tap -R nyan", "lint-fix": "standard --fix", "build": "browserify --entry src/index.js | uglifyjs --output dist/bundle.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/jembi/md-form-builder.git" }, "keywords": [ "angularjs", "material design", "forms" ], "author": "Martin Brocker <martin@jembi.org> (http://jembi.org)", "license": "MPL-2.0", "bugs": { "url": "https://github.com/jembi/md-form-builder/issues" }, "homepage": "https://github.com/jembi/md-form-builder#readme", "devDependencies": { "babel-preset-es2015": "^6.24.1", "babelify": "^7.3.0", "browserify": "^13.1.1", "htmlhint": "^0.9.13", "sinon": "^3.2.1", "snazzy": "^7.0.0", "standard": "^10.0.2", "tap": "^10.3.2", "uglify-js": "^2.7.4", "watch": "^1.0.2" }, "dependencies": { "angular": "^1.5.8", "angular-animate": "^1.5.8", "angular-aria": "^1.5.8", "angular-hotkeys": "^1.7.0", "angular-material": "^1.1.1", "angular-messages": "^1.5.8", "angular-notification-icons": "^0.4.4", "angular-sanitize": "^1.5.8", "angular-touch": "^1.5.8", "browserify-css": "^0.9.2", "moment": "^2.15.2", "ngify": "^1.6.2", "v-accordion": "^1.6.0", "webcam": "^3.1.1" } }