UNPKG

533 BJSONView Raw
1{
2 "name": "ajax-cache-parser",
3 "version": "1.0.0",
4 "description": "A small function to get when an ajax request expires",
5 "main": "cache_expiry_parser.js",
6 "scripts": {
7 "test": "mocha tests"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/simplecdn/ajax-cache-parser.git"
12 },
13 "author": "Albert Wang",
14 "license": "Apache2",
15 "bugs": {
16 "url": "https://github.com/simplecdn/ajax-cache-parser/issues"
17 },
18 "devDependencies": {
19 "mocha": "~1.21.4",
20 "xmlhttprequest": "~1.6.0"
21 }
22}