-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 878 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
37
{
"name": "potato-search",
"version": "0.0.14",
"description": "",
"main": "built/src/index.js",
"types": "built/src/index.d.ts",
"files": [
"built/src/*"
],
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitsanavni/potato-search.git"
},
"keywords": [
"search",
"highlight",
"sort"
],
"author": "Nitsan Avni",
"license": "ISC",
"bugs": {
"url": "https://github.com/nitsanavni/potato-search/issues"
},
"homepage": "https://github.com/nitsanavni/potato-search#readme",
"dependencies": {
"@types/lodash": "^4.14.134",
"lodash": "^4.17.11",
"typescript": "^3.5.1"
},
"devDependencies": {
"@types/jasmine": "^3.3.13",
"jasmine": "^3.4.0"
}
}