-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 934 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": "dojoment",
"description": "A Next Generation Dojo Documentation Project",
"version": "1.0.0",
"main": "server",
"license": "BSD-3-Clause",
"bugs": "https://github.com/kitsonk/dojoment/issues",
"repository": [
{
"type": "git",
"url": "https://github.com/kitsonk/dojoment.git"
}
],
"keywords": [
"JavaScript",
"Dojo",
"Documentation",
"Wiki"
],
"homepage": "https://github.com/kitsonk/dojoment/",
"readmeFile": "README.md",
"scripts": {
"build": "node build"
},
"dojoBuild": "profile.js",
"dependencies": {
"express": "4.13.3",
"compression": "1.5.2",
"cookie-parser": "1.3.5",
"cookie-session": "1.2.0",
"morgan": "1.6.1",
"serve-favicon": "2.3.0",
"serve-static": "1.10.0",
"jade": "1.11.0",
"highlight.js": "8.7.0",
"stylus": "0.52.0",
"nib": "1.1.0",
"colors": "1.1.2",
"fs-extra": "0.23.1"
}
}