angular-floating-label
Version:
Floating label directive for AngularJs
40 lines (39 loc) • 1.1 kB
JSON
{
"name": "angular-floating-label",
"version": "1.0.2",
"description": "Floating label directive for AngularJs",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/klaascuvelier/angular-floating-label.git"
},
"keywords": [
"floating",
"label",
"angular",
"directive"
],
"author": "Klaas Cuvelier <cuvelierklaas@gmail.com> (http://klaascuvelier.be/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/klaascuvelier/angular-floating-label/issues"
},
"homepage": "https://github.com/klaascuvelier/angular-floating-label",
"devDependencies": {
"bower": "^1.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-less": "^3.3.2",
"jasmine-core": "^2.7.0",
"js-styleguide": "git://github.com/klaascuvelier/js-styleguide.git#master",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4"
}
}