UNPKG

871 BJSONView Raw
1{
2 "name": "fast-levenshtein",
3 "version": "1.0.5",
4 "description": "Efficient implementation of Levenshtein algorithm with asynchronous callback support",
5 "main": "levenshtein.js",
6 "scripts": {
7 "build": "grunt build",
8 "benchmark": "grunt benchmark"
9 },
10 "devDependencies": {
11 "lodash": "~1.2.0",
12 "chai": "~1.5.0",
13 "mocha": "~1.9.0",
14 "grunt-contrib-uglify": "~0.2.0",
15 "grunt": "~0.4.1",
16 "grunt-contrib-jshint": "~0.4.3",
17 "grunt-mocha-test": "~0.2.2",
18 "grunt-npm-install": "~0.1.0",
19 "load-grunt-tasks": "~0.6.0",
20 "grunt-benchmark": "~0.2.0"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/hiddentao/fast-levenshtein.git"
25 },
26 "keywords": [
27 "levenshtein",
28 "distance",
29 "string"
30 ],
31 "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
32 "license": "MIT"
33}