-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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
{
"name": "@edenjs/form",
"version": "2.0.0",
"description": "",
"main": "edenconfig.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eden-js/form.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eden-js/form/issues"
},
"homepage": "https://github.com/eden-js/form#readme",
"devDependencies": {
"@dashup/eslint-config-dashup": "0.0.1"
},
"dependencies": {
"country-codes-list": "^1.6.8",
"font-awesome-filetypes": "^2.1.0",
"geo-tz": "^6.0.1",
"geocomplete": "^1.7.0",
"is-url": "^1.2.4",
"libphonenumber-js": "^1.9.17",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"query": "github:protobi/query"
}
}