12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "angular-ladda",
- "version": "0.2.2",
- "homepage": "https://github.com/remotty/angular-ladda",
- "authors": [
- "Chungsub Kim <subicura@subicura.com>"
- ],
- "description": "An angular directive wrapper for Ladda.",
- "main": "dist/angular-ladda.min.js",
- "keywords": [
- "ladda",
- "loading",
- "button",
- "angular",
- "angularjs",
- "directive"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "protractor.conf.js",
- "gulpfile.js",
- "bower_components",
- "node_modules"
- ],
- "dependencies": {
- "angular": ">= 1.2.0",
- "ladda": "~0.9.3"
- },
- "devDependencies": {
- "bootstrap": "~3.3.1",
- "angular-bootstrap": "~0.12.0"
- },
- "_release": "0.2.2",
- "_resolution": {
- "type": "version",
- "tag": "0.2.2",
- "commit": "1a0aa65b2fecc277044753a0278ce768ee226c5b"
- },
- "_source": "git://github.com/remotty/angular-ladda.git",
- "_target": "~0.2.2",
- "_originalSource": "angular-ladda"
- }
|