Dashboard Temp Share Shortlinks Frames API

HTMLify

bower.json
Views: 14 | Author: cody
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "sift",
  "version": "3.2.0",
  "authors": [
    "Craig Condon <craig.j.condon@gmail.com>"
  ],
  "description": "mongodb query style array filtering",
  "main": "sift.min.js",
  "moduleType": [],
  "license": "MIT",
  "homepage": "https://github.com/crcn/sift.js",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "benchmark",
    "webpack.js",
    "package.json"
  ]
}