cdn-detector
Version:
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "cdn-detector",
"version": "0.1.6",
"description": "CDN detection",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicjansma/cdn-detector.js.git"
},
"keywords": [
"cdn",
"detection",
"content",
"delivery",
"network"
],
"author": "Nic Jansma <nic@nicj.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicjansma/cdn-detector.js/issues"
},
"homepage": "https://github.com/nicjansma/cdn-detector.js/",
"devDependencies": {
"chai": "^3.5.0",
"eslint-config-nicjansma": "^1.0.2",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-merge-json": "^0.6.0",
"gulp-rename": "^1.2.2",
"gulp-spawn-mocha": "^3.1.0",
"gulp-uglify": "^2.0.0",
"karma": "^1.3.0",
"karma-chai": "*",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-tap-reporter": "0.0.6",
"mocha": "^3.2.0"
}
}