mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-25 16:43:11 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "fuse.js",
|
|
"author": {
|
|
"name": "Kirollos Risk",
|
|
"email": "kirollos@gmail.com",
|
|
"url": "http://kiro.me"
|
|
},
|
|
"version": "3.4.2",
|
|
"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",
|
|
"keywords": [
|
|
"fuzzy",
|
|
"bitap"
|
|
],
|
|
"main": "dist/fuse.js",
|
|
"scripts": {
|
|
"test": "vows test/**.js",
|
|
"build": "webpack --mode development && webpack --mode production",
|
|
"dev": "webpack --mode development --progress --colors --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.2.3",
|
|
"@babel/core": "7.2.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"@babel/preset-es2015": "7.0.0-beta.53",
|
|
"@babel/preset-stage-2": "7.0.0",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-minify-webpack-plugin": "^0.3.1",
|
|
"babel-plugin-add-module-exports": "0.2.1",
|
|
"vows": "0.5.x",
|
|
"webpack": "^4.29.2",
|
|
"webpack-cli": "^3.2.3"
|
|
}
|
|
}
|