Files

40 lines
780 B
JSON

{
"name": "angular-bindonce",
"filename": "bindonce.min.js",
"version": "0.3.1",
"description": "Zero watchers binding directives for AngularJS",
"homepage": "https://github.com/Pasvaz/bindonce",
"author": "Pasquale Vazzana <pasqualevazzana@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Pasvaz/bindonce.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"angular": ">=1.0.6"
},
"keywords": [
"angularjs",
"angular",
"directive",
"binding",
"watcher",
"bindonce"
],
"npmName": "angular-bindonce",
"npmFileMap": [
{
"basePath": "/",
"files": [
"bindonce.js",
"bindonce.min.js"
]
}
]
}