UNPKG

angular-datetime-input

Version:

A directive to add the behavior of datetime input on unsupported browsers

56 lines (55 loc) 1.57 kB
{ "name": "angular-datetime-input", "version": "5.3.0", "description": "A directive to add the behavior of datetime input on unsupported browsers", "keywords": [ "angular", "datetime", "input", "time", "parser" ], "scripts": { "test": "eslint **/*.js && mocha", "build": "rollup -c && node build-demo.js", "watch": "n-run -w lib/* \"npm run build\"", "preversion": "npm test && npm run build", "version": "git add .", "postversion": "git push --follow-tags && npm publish" }, "homepage": "https://github.com/eight04/angular-datetime", "bugs": { "url": "https://github.com/eight04/angular-datetime/issues", "email": "eight04@gmail.com" }, "license": "MIT", "author": "eight <eight04@gmail.com>", "main": "index.js", "unpkg": "dist/datetime.js", "repository": { "type": "git", "url": "https://github.com/eight04/angular-datetime.git" }, "dependencies": { "angular": "^1.2.0", "custom-input": "^0.3.0" }, "devDependencies": { "angular-mocks": "^1.2.0", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.1.4", "eslint": "^4.6.1", "eslint-config-angular": "^0.5.0", "eslint-plugin-angular": "^3.1.1", "jsdom": "^9.11.0", "jsdom-global": "^2.1.1", "mocha": "^3.2.0", "npm-build-tools": "^2.2.5", "rollup": "^0.49.3", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-commonjs": "^8.2.1", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-uglify": "^2.0.1" } }