forked from cdnjs/cdnjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 849 Bytes
/
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
{
"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": "http://www.cdnjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/cdnjs/cdnjs.git"
},
"scripts": {
"build": "./build/build.js",
"test": "vows"
},
"dependencies": {
"async": "~0.8",
"clean-css": "~2.1",
"execSync": "~0.0",
"fs-extra": "~0.8",
"glob": "~3.2",
"lodash": "~2.4",
"rss": "~0.3",
"superagent": "~0.18",
"tarball-extract": "~0.0",
"uglify-js": "~2.4",
"underscore": "~1.6",
"node-hipchat": "~0.4"
},
"devDependencies": {
"jslint": "~0.3",
"JSV": "~4.0",
"vows-si": "~0.7"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}