forked from sumory/orange.sumory.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 999 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
39
40
41
{
"name": "orange.sumory.com",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/sumory/orange.sumory.com.git"
},
"author": "GitHub",
"license": "MIT",
"scripts": {
"start": "script/server",
"bootstrap": "script/bootstrap",
"test": "tape spec/*.js | tap-spec",
"latest": "npm run rels-vers && npm run docs"
},
"homepage": "http://orange.sumory.com",
"dependencies": {
"cpr": "^0.4.0",
"glob": "^5.0.10",
"gunzip-maybe": "^1.1.0",
"marky-markdown-lite": "^1.0.1",
"mkdirp": "^0.5.1",
"nugget": "^1.5.1",
"request": "^2.55.0",
"rimraf": "^2.3.3",
"tar-fs": "^1.5.0",
"through2": "^0.6.5",
"titlecase": "^1.0.2",
"yaml-front-matter": "^3.2.3",
"yamljs": "^0.2.3"
},
"devDependencies": {
"cheerio": "^0.20.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-link-checker": "^0.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.0.0",
"tmp": "0.0.28"
}
}