-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 872 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
{
"name": "jquery-localstorage",
"version": "1.0.1",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting html5 local storage",
"main": "jquery.localstorage.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/karma start"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/hosokawat/jquery-localstorage.git"
},
"keywords": [
"jquery",
"localstorage"
],
"author": "hosokawa.takahiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/hosokawat/jquery-localstorage/issues"
},
"homepage": "https://github.com/hosokawat/jquery-localstorage#readme",
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"karma": "^4.3.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4"
}
}