ng-onload
Version:
ngOnload directive for allowing callbacks from Angulars Scope to be executed on elements onload event.
38 lines (37 loc) • 1.04 kB
JSON
{
"name": "ng-onload",
"version": "0.8.0",
"description": "ngOnload directive for allowing callbacks from Angulars Scope to be executed on elements onload event.",
"main": "release/ng-onload.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "npm run babel && npm run uglify",
"babel": "babel lib --out-dir release ",
"uglify": "uglifyjs --compress --mangle -- release/ng-onload.js > release/ng-onload.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikaturunen/ng-onload.git"
},
"keywords": [
"ngonload",
"directive",
"angular",
"html5",
"onload"
],
"author": "Mika Turunen <mika.turunen@ymail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikaturunen/ng-onload/issues"
},
"homepage": "https://github.com/mikaturunen/ng-onload",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"uglify-js": "^3.0.27"
}
}