UNPKG

972 BJSONView Raw
1{
2 "name": "fuzzaldrin",
3 "version": "0.6.0",
4 "description": "Fuzzy filtering and string scoring",
5 "licenses": [
6 {
7 "type": "MIT",
8 "url": "http://github.com/atom/fuzzaldrin/raw/master/LICENSE.md"
9 }
10 ],
11 "main": "./lib/fuzzaldrin.js",
12 "scripts": {
13 "prepublish": "grunt prepublish",
14 "test": "grunt test",
15 "benchmark": "node_modules/.bin/coffee --nodejs --harmony_collections benchmark/benchmark.coffee"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/atom/fuzzaldrin.git"
20 },
21 "bugs": {
22 "url": "https://github.com/atom/fuzzaldrin/issues"
23 },
24 "homepage": "http://atom.github.io/fuzzaldrin",
25 "keywords": [
26 "fuzzy",
27 "filter",
28 "stringscore"
29 ],
30 "devDependencies": {
31 "jasmine-focused": "~0.15.0",
32 "grunt-contrib-coffee": "~0.7.0",
33 "grunt-cli": "~0.1.8",
34 "grunt": "~0.4.1",
35 "grunt-shell": "~0.2.2",
36 "grunt-coffeelint": "0.0.6",
37 "coffee-script": "~1.6.3"
38 }
39}