ng-repeat-fast
Version:
Faster ng-repeat realization that caches DOM nodes.
28 lines (27 loc) • 663 B
JSON
{
"author": "John Firebaugh <john.firebaugh@gmail.com>",
"name": "chai-jquery",
"description": "jQuery assertions for the Chai assertion library",
"keywords": [ "test", "assertion", "assert", "testing", "jQuery" ],
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/chaijs/chai-jquery"
},
"bugs": {
"url": "https://github.com/chaijs/chai-jquery/issues"
},
"scripts": {
"test": "mocha-phantomjs test/index.html"
},
"main": "./chai-jquery",
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"chai": "1",
"mocha": "1",
"mocha-phantomjs": "3",
"jquery": "2.1.0"
}
}