forked from OverZealous/cdnizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cdnizer",
"version": "3.2.1",
"description": "A module for replacing local links with CDN links, includes fallbacks and customization.",
"keywords": [
"cdn"
],
"homepage": "https://github.com/OverZealous/cdnizer",
"bugs": "https://github.com/OverZealous/cdnizer/issues",
"author": {
"name": "Phil DeJarnett",
"email": "",
"url": "https://github.com/OverZealous"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/OverZealous/cdnizer.git"
},
"scripts": {
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
},
"dependencies": {
"cdnjs-cdn-data": "^0.1.1",
"google-cdn-data": "^0.1.6",
"jsdelivr-cdn-data": "^1.0.4",
"lodash": "^4.17.12",
"minimatch": "^3.0.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"mocha-lcov-reporter": "^1.3.0",
"react": "16.2.0",
"should": "^4.0.4"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}