angular-placeholder
Version:
Placeholder shim for IE8/IE9 and styling simplification.
52 lines (51 loc) • 1.43 kB
JSON
{
"name": "angular-placeholder",
"version": "1.1.0",
"description": "Placeholder shim for IE8/IE9 and styling simplification.",
"author": "Tyler Akins <fidian@rumkin.com>",
"homepage": "https://github.com/tests-always-included/angular-placeholder",
"bugs": {
"url": "https://github.com/tests-always-included/angular-placeholder/issues"
},
"contributors": [
"Tyler Akins <fidian@rumkin.com> (http://rumkin.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/tests-always-included/angular-placeholder.git"
},
"keywords": [
"angularjs",
"ie8",
"ie9",
"placeholder"
],
"engines": {
"node": ">= 0.8.0"
},
"main": "./lib/tai-placeholder.js",
"dependencies": {},
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-uglify": "*",
"grunt-jslint": "*",
"grunt-karma": "*",
"grunt-newer": "*",
"jasmine": "^2.6.0",
"jasmine-core": "*",
"karma": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"karma-sauce-launcher": "*",
"load-grunt-tasks": "*",
"phantomjs": "*",
"time-grunt": "*"
},
"scripts": {
"bower": "bower install",
"test": "grunt test && jasmine"
},
"license": "MIT"
}