-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "angular-fusejs",
"version": "1.0.1",
"description": "Angular plugin using fuse.js to search through a list of elements with a string. Supports highlight.",
"main": "index.js",
"dependencies": {
"fuse.js": "^3.2.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2"
},
"peerDependencies": {
"@angular/core": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maleblond/angular-fusejs.git"
},
"keywords": [
"fuse.js",
"angular",
"highlight"
],
"author": "Marc-Antoine Leblond",
"license": "ISC",
"bugs": {
"url": "https://github.com/maleblond/angular-local-search/issues"
},
"homepage": "https://github.com/maleblond/angular-local-search#readme",
"devDependencies": {
"@types/lodash.get": "^4.4.2",
"@types/lodash.set": "^4.3.2"
}
}