mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-25 16:43:11 +00:00
38 lines
913 B
JSON
38 lines
913 B
JSON
{
|
|
"name": "fuse.js",
|
|
"author": {
|
|
"name": "Kirollos Risk",
|
|
"email": "kirollos@gmail.com",
|
|
"url": "http://kiro.me"
|
|
},
|
|
"version": "3.3.0",
|
|
"description": "Lightweight fuzzy-search",
|
|
"license": "Apache-2.0",
|
|
"types": "./index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/krisk/Fuse.git"
|
|
},
|
|
"homepage": "http://fusejs.io",
|
|
"dependencies": {},
|
|
"keywords": [
|
|
"fuzzy",
|
|
"bitap"
|
|
],
|
|
"main": "dist/fuse.js",
|
|
"scripts": {
|
|
"test": "vows test/**.js",
|
|
"build": "WEBPACK_ENV=build webpack && WEBPACK_ENV=dev webpack",
|
|
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.24.1",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-add-module-exports": "0.2.1",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"babel-preset-stage-2": "6.24.1",
|
|
"vows": "0.5.x",
|
|
"webpack": "^2.4.1"
|
|
}
|
|
}
|