forked from cdnjs/cdnjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 758 Bytes
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
{
"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": {
"clean-css": "~0.10.2",
"uglify-js": "~2.2.5",
"glob": "~3.1.21",
"rss": "0.0.4",
"underscore": "~1.4.4",
"execSync": "0.0.4",
"superagent": "~0.15.2"
},
"devDependencies": {
"glob": "3.1.9",
"jslint": "0.1.8",
"vows": "0.7.0",
"JSV": "4.0.1"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}