ng-array-filter
Version:
an angularJS array filter, that supports deep document filtering
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "ng-array-filter",
"description": "an angularJS array filter, that supports deep document filtering",
"main": "./index.js",
"version": "0.0.4",
"authors": [
"Pradeep K Haldiya <pradeep.haldiya@gmail.com>"
],
"keywords": [
"ng",
"AngularJS",
"filters",
"Filters",
"Array",
"array"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phaldiya/ng-array-filter.git"
},
"bugs": {
"url": "https://github.com/phaldiya/ng-array-filter/issues"
},
"homepage": "https://github.com/phaldiya/ng-array-filter#readme",
"license": "MIT",
"devDependencies": {
"browserify": "^13.1.1",
"chai": "^3.5.0",
"conventional-changelog": "^1.1.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"path": "^0.12.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}