-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 loc) · 1014 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
39
40
41
{
"name": "jquery-phoenix",
"version": "1.2.3",
"description": "jQuery plugin to save form fields values to Local Storage via HMTL5 Web Storage API",
"main": "jquery.phoenix.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kugaevsky/jquery-phoenix"
},
"keywords": [
"localstorage",
"webstorage",
"form",
"input",
"textarea",
"state",
"persistence",
"save",
"storage"
],
"author": "Nick Kugaevsky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kugaevsky/jquery-phoenix/issues"
},
"homepage": "https://github.com/kugaevsky/jquery-phoenix",
"devDependencies": {
"eslint": "^0.6.2",
"gulp": "^3.6.2",
"gulp-coffee": "^1.4.3",
"gulp-eslint": "^0.1.7",
"gulp-load-plugins": "^0.5.1",
"gulp-rename": "^1.2.0",
"gulp-size": "^0.3.1",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.14"
}
}