ng-repeat-fast
Version:
Faster ng-repeat realization that caches DOM nodes.
30 lines (29 loc) • 683 B
JSON
{
"name": "ng-repeat-fast",
"version": "0.1.0",
"homepage": "https://github.com/f-xyz/ng-repeat-fast",
"authors": ["f-xyz"],
"description": "Faster ng-repeat realization that caches DOM nodes.",
"main": "fastRepeat.js",
"keywords": [
"angular",
"ng-repeat"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".idea"
],
"dependencies": {
"angular": "~1.3.15",
"angular-mocks": "~1.3.15",
"mocha": "~2.2.4",
"chai": "~2.2.0",
"chai-jquery": "~2.0.0",
"bootstrap": "~3.3.4"
}
}