UNPKG

ozone-login-form

Version:

generic login form for ozone authentication

57 lines (56 loc) 1.66 kB
{ "name": "ozone-login-form", "version": "1.0.1", "description": "generic login form for ozone authentication", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "webpack --config webpack.config.js", "build": "tsc", "prepublish": "tsc", "demo": "webpack-dev-server --config webpack.config.js", "test": "wct --skip-plugin=local --configFile wct.conf.js", "test2": "wct --skip-plugin=local --configFile wct.conf.js", "test:persist": "wct --skip-plugin=headless -p --configFile wct.conf.js", "build:test:watch": "webpack --config webpack.test.js --watch", "pretest": "webpack --config webpack.test.js", "doc": "typedoc --entryPoint src/index.ts --out doc/ src/" }, "repository": { "type": "git", "url": "git+https://github.com/taktik/ozone-login-form.git" }, "keywords": [ "ozone", "authentication", "login", "form" ], "author": "Axel Glorieux", "license": "ISC", "bugs": { "url": "https://github.com/taktik/ozone-login-form/issues" }, "homepage": "https://github.com/taktik/ozone-login-form#readme", "devDependencies": { "@types/chai": "^4.1.2", "@types/mocha": "^2.2.48", "@types/sinon": "^4.1.3", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "clean-webpack-plugin": "^0.1.18", "copy-webpack-plugin": "^4.3.1", "html-webpack-plugin": "^2.30.1", "polymer-webpack-loader": "^2.0.1", "ts-loader": "^3.4.0", "typescript": "^2.7.1", "wct-headless": "^2.2.2", "web-component-tester": "^6.5.0", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1" }, "dependencies": { "ozone-api-authentication": "^2.0.0" } }