forked from jsdelivr/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 897 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 897 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
35
36
37
38
39
40
{
"name": "jsdelivr-api",
"subdomain": "jsdelivrapi",
"version": "0.2.0",
"description": "jsDelivr API",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "serve.js",
"test": "node tests/test_run_server.js"
},
"author": "Juho Vepsalainen",
"license": "MIT",
"dependencies": {
"express": "3.4.8",
"parse-env": "0.2.2",
"rest-sugar": "0.6.3",
"taskist": "0.3.1",
"require-dir": "0.1.0",
"request": "2.33.0",
"async": "0.2.10",
"object-sugar": "0.7.4",
"annofp": "~0.2.1",
"cheerio": "~0.13.1",
"annois": "~0.3.0",
"annozip": "~0.2.1",
"minimatch": "~0.2.14"
},
"repository": {
"type": "git",
"url": "git@github.com:jsdelivr/api.git"
},
"homepage": "https://github.com/jsdelivr/api",
"bugs": {
"url": "https://github.com/jsdelivr/api/issues"
}
}