source: frontend/node_modules/didyoumean/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 647 bytes
Line 
1{
2 "name": "didyoumean",
3 "version": "1.2.2",
4 "description": "Match human-quality input to potential matches by edit distance.",
5 "homepage": "https://github.com/dcporter/didyoumean.js",
6 "author": {
7 "name": "Dave Porter",
8 "email": "dcporter@gmail.com",
9 "url": "http://dcporter.net/"
10 },
11 "keywords": [
12 "didyoumean",
13 "mean",
14 "edit",
15 "distance",
16 "levenshtein"
17 ],
18 "main": "./didYouMean-1.2.1.js",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/dcporter/didyoumean.js.git"
22 },
23 "bugs": {
24 "url": "https://github.com/dcporter/didyoumean.js/issues"
25 },
26 "license": "Apache-2.0"
27}
Note: See TracBrowser for help on using the repository browser.