UNPKG

1.08 kBJSONView Raw
1{
2 "name": "cdnizer",
3 "version": "1.1.6",
4 "description": "A module for replacing local links with CDN links, includes fallbacks and customization.",
5 "keywords": [
6 "cdn"
7 ],
8 "homepage": "https://github.com/OverZealous/cdnizer",
9 "bugs": "https://github.com/OverZealous/cdnizer/issues",
10 "author": {
11 "name": "Phil DeJarnett",
12 "email": "",
13 "url": "https://github.com/OverZealous"
14 },
15 "main": "./index.js",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/OverZealous/cdnizer.git"
19 },
20 "bin": "./bin/cli.js",
21 "scripts": {
22 "test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
23 },
24 "dependencies": {
25 "cdnjs-cdn-data": "^0.1.1",
26 "google-cdn-data": "^0.1.6",
27 "jsdelivr-cdn-data": "^0.1.1",
28 "lodash": "~2.4.1",
29 "minimatch": "^3.0.2",
30 "nomnom": "^1.8.0"
31 },
32 "devDependencies": {
33 "mocha": "*",
34 "coveralls": "*",
35 "mocha-lcov-reporter": "*",
36 "istanbul": "*",
37 "should": "^4.0.4"
38 },
39 "engines": {
40 "node": ">=0.8.0",
41 "npm": ">=1.2.10"
42 },
43 "license": "MIT"
44}