-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 794 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 794 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
{
"name": "conscribe",
"version": "0.1.0",
"main": "lib/conscribe.js",
"description": "Combining JSON Schema and Markdown",
"bugs": "https://github.com/johnsonnc/conscribe/issues",
"author": {
"name": "Nicholas Johnson",
"email": "nicholas.c.j@gmail.com",
"url": "none"
},
"repository": {
"type": "git",
"url": "https://github.com/johnsonnc/conscribe"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"markdown": "~0.5.0",
"colors": "~0.6.2",
"optimist": "~0.6.0",
"findit": "~1.1.0",
"markdown-pdf": "~1.1.1",
"node-fs": "~0.1.7",
"traverse": "~0.6.6"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.0"
}
}