UNPKG

584 BJSONView Raw
1{
2 "name": "ajax-cache-parser",
3 "version": "1.1.1",
4 "description": "A small function to get when an ajax request expires",
5 "main": "cache_expiry_parser.js",
6 "scripts": {
7 "test": "istanbul cover node_modules/.bin/_mocha tests"
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 "istanbul": "~0.4.2",
20 "mocha": "~2.4",
21 "xmlhttprequest": "~1.8.0"
22 }
23}