forked from cdnjs/cdnjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"author": "Ryan Kirkman (http://ryankirkman.com)",
"name": "cdnjs",
"description": "Our goal is to operate this CDN in a peer reviewed fashion.",
"version": "1.0.0",
"homepage": "https://cdnjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/cdnjs/cdnjs.git"
},
"scripts": {
"test": "vows",
"devTest": "jasmine",
"doctoc": "doctoc --title='## Table of Contents' README.md"
},
"license": "MIT",
"dependencies": {
"async": "^2.5.0",
"chmodr": "^1.0.2",
"colors": "^1.1",
"execSync": "^1.0",
"fs-extra": "^4.0.2",
"git-url-parse": "^6.2.2",
"glob": "^7",
"is-there": "^4.4.3",
"lodash": "^4.17",
"rss": "^1.2",
"semver": "^5.4.1",
"semver-stable": "^2.0.4",
"superagent": "^3.7.0",
"tarball-extract": "^0.0.6"
},
"devDependencies": {
"JSV": "^4.0.2",
"doctoc": "^1.3.0",
"jasmine": "^2.8.0",
"jscs": "^3.0.7",
"jslint": "^0.11.0",
"rewire": "^2.5.2",
"vows-si": "^0.7.1"
},
"engines": {
"node": "^8"
}
}