-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
{
"name": "cdnjs-importer",
"version": "2.0.0-beta",
"description": "Easy way to import a library into CDNJS.",
"main": "lib/index.js",
"bin": {
"cdnjs-importer": "./bin/cdnjs-importer"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "node example"
},
"repository": {
"type": "git",
"url": "git@github.com:cdnjs/cdnjs-importer.git"
},
"keywords": [
"cdnjs",
"library"
],
"author": "Ionică Bizău <bizauionica@gmail.com>",
"contributors": [
"Peter Dave Hello <hsu@peterdavehello.org>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cdnjs/cdnjs-importer/issues"
},
"homepage": "https://github.com/cdnjs/cdnjs-importer",
"directories": {
"test": "test"
},
"devDependencies": {},
"dependencies": {
"bug-killer": "^4.0.0",
"clp": "^3.0.0",
"glob": "^5.0.10",
"gry": "^4.0.0",
"is-there": "^4.0.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"oargv": "^2.0.0",
"one-by-one": "^2.0.0",
"r-json": "^1.0.0",
"same-time": "^2.0.0",
"tmp": "0.0.28",
"ul": "^5.0.0",
"w-json": "^1.1.0",
"abs": "^1.0.0"
},
"blah": {
"h_img": "http://i.imgur.com/OLwedYJ.png"
}
}