forked from alissonperez/deepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 773 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 773 Bytes
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
38
{
"name": "deepicker",
"version": "0.3.6",
"description": "A small and smart library to filter JS objects 🔪",
"main": "src/index.js",
"homepage": "https://alissonperez.github.io/deepicker/",
"keywords": [
"js",
"json",
"mask",
"node-js",
"node",
"picker-library",
"picker"
],
"config": {
"path": {
"src": "src"
}
},
"precommit": "precommit",
"scripts": {
"lint": "eslint $npm_package_config_path_src",
"precommit": "make prepare",
"test": "jest"
},
"devDependencies": {
"eslint": "^4.16.0",
"jest": "^22.1.4",
"pre-commit": "^1.2.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/alissonperez/deepicker"
},
"license": "MIT"
}