forked from jtietema/dawg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 915 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
{
"name": "dawg",
"version": "0.1.0",
"description": "Documentation and whatnot generator",
"author": "Mattijs Hoitink <[email protected]>",
"license": "Unlicense",
"homepage": "https://github.com/mattijs/dawg",
"keywords": [
"documentation",
"docs",
"markdown"
],
"main": "lib/dawg",
"repository": {
"type": "git",
"url": "git://github.com/mattijs/dawg.git"
},
"dependencies": {
"lodash": "~1",
"clean-css": "~0.9.1",
"collections": "~0.1.5",
"highlight.js": "~7.3.0",
"handlebars": "~1.0.7",
"marked": "~0.2.7",
"optimist": "~0.3.5",
"watchr": "~2.3.3"
},
"devDependencies": {},
"scripts": {
"start": "node ./dawg",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dawg": "./dawg"
},
"readmeFilename": "README.md"
}