-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
61 lines (61 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "google-cdn",
"version": "1.1.0",
"description": "Replaces references to resources on the Google CDN",
"keywords": [
"cdn",
"google",
"cdnjs"
],
"homepage": "https://github.com/passy/google-cdn",
"bugs": "https://github.com/passy/google-cdn/issues",
"author": {
"name": "Pascal Hartig",
"email": "phartig@rdrei.net",
"url": "http://passy.me"
},
"main": "googlecdn.js",
"repository": {
"type": "git",
"url": "git://github.com/passy/google-cdn.git"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "^4.0.1",
"escape-regexp": "0.0.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"mocha": "^5.0.0",
"proxyquire": "^2.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "BSD"
}
],
"license": "BSD-3-Clause",
"files": [
"googlecdn.js",
"lib/",
"util/"
],
"dependencies": {
"async": "^2.0.0",
"bower": "^1.4.1",
"cdnjs-cdn-data": "~0.1.0",
"debug": "^4.1.1",
"escape-regexp": "0.0.1",
"google-cdn-data": "~0.1.0",
"regexp-quote": "0.0.0",
"semver": "^5.6.0"
}
}