-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 869 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": "metalsmith-org",
"version": "0.1.2",
"description": "Convert Org-mode files to HTML",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"makedoc": "jsdoc -r -t /usr/local/lib/node_modules/minami lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crshd/metalsmith-org.git"
},
"keywords": [
"metalsmith",
"org",
"org-mode"
],
"author": "Christian 'crshd' Brassat",
"license": "MIT",
"bugs": {
"url": "https://github.com/crshd/metalsmith-org/issues"
},
"homepage": "https://github.com/crshd/metalsmith-org#readme",
"dependencies": {
"debug": "^2.2.0",
"org": "^0.2.0"
},
"jshintConfig": {
"node": true
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"metalsmith": "^2.1.0",
"mocha": "^2.4.5"
}
}