UNPKG

562 BJSONView Raw
1{
2 "name": "ajax-cache-parser",
3 "version": "1.1.5",
4 "description": "A small function to get when an ajax request expires",
5 "main": "cache_expiry_parser.js",
6 "scripts": {
7 "test": "nyc --reporter=lcov mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/albertyw/ajax-cache-parser.git"
12 },
13 "author": "Albert Wang",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/albertyw/ajax-cache-parser/issues"
17 },
18 "devDependencies": {
19 "mocha": "^7.2.0",
20 "nyc": "^15.1.0",
21 "xmlhttprequest": "~1.8.0"
22 }
23}