diff options
Diffstat (limited to 'node_modules/continuable-cache/package.json')
-rw-r--r-- | node_modules/continuable-cache/package.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/node_modules/continuable-cache/package.json b/node_modules/continuable-cache/package.json deleted file mode 100644 index 5947aa6..0000000 --- a/node_modules/continuable-cache/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "continuable-cache", - "version": "0.3.1", - "description": "Cache a continuable", - "keywords": [], - "author": "Raynos <raynos2@gmail.com>", - "repository": "git://github.com/Raynos/continuable-cache.git", - "main": "index", - "homepage": "https://github.com/Raynos/continuable-cache", - "contributors": [ - { - "name": "Raynos" - } - ], - "bugs": { - "url": "https://github.com/Raynos/continuable-cache/issues", - "email": "raynos2@gmail.com" - }, - "dependencies": {}, - "devDependencies": { - "tape": "~0.2.2" - }, - "licenses": [ - { - "type": "MIT", - "url": "http://github.com/Raynos/continuable-cache/raw/master/LICENSE" - } - ], - "scripts": { - "test": "node ./test/index.js", - "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug", - "tryme": "tryme ./examples --live", - "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "ie/8..latest", - "firefox/16..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest" - ] - } -} |