-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 857 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
38
{
"name": "form-persistence",
"version": "2.0.6",
"description": "A library for preserving HTML form values across page refreshes and multiple sessions.",
"main": "form-persistence.js",
"scripts": {
"test": "jest --coverage"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FThompson/FormPersistence.js.git"
},
"keywords": [
"html",
"form",
"persistence",
"browser",
"client",
"refresh",
"input",
"garlic"
],
"author": "Finn Thompson",
"license": "MIT",
"bugs": {
"url": "https://github.com/FThompson/FormPersistence.js/issues"
},
"homepage": "https://github.com/FThompson/FormPersistence.js",
"devDependencies": {
"@types/jest": "^24.0.16",
"jest": "~24.7.1"
},
"files": [],
"dependencies": {}
}