-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1003 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1003 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": "js-easycache",
"version": "1.0.0",
"description": "Easy & fast script for cache 3rd party API calls in JavaScript with lossless data compression support",
"main": "easycache.min.js",
"repository": {
"type": "git",
"url": "https://github.com/iprodev/JS-EasyCache.git"
},
"keywords": [
"localstorage",
"local",
"storage",
"cache",
"easycache"
],
"devDependencies": {
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-tagrelease": "~0.2.1",
"grunt-bumpup": "~0.4.2",
"grunt": "~0.4.2"
},
"author": "iProDev <chavroka@gmail.com> (http://iprodev.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iprodev/JS-EasyCache/issues"
},
"homepage": "https://iprodev.github.io/JS-EasyCache",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}