-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 837 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
{
"name": "coffeedoctest",
"description": "Test your documentation (code examples in markdown-formatted block comments or README.md).",
"version": "0.5.0",
"keywords": [
"documentation",
"docs",
"test",
"coffeescript",
"doctest"
],
"author": {
"name": "Larry Maccherone",
"url": "http://maccherone.com"
},
"homepage": "https://github.com/lmaccherone/coffeedoctest",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"engines": {
"node": "0.8.x"
},
"dependencies": {
"coffee-script": "1.6.x"
},
"bin": {
"coffeedoctest": "./bin/coffeedoctest"
},
"repository": {
"type" : "git",
"url" : "http://github.com/lmaccherone/coffeedoctest.git"
},
"preferGlobal": false,
"devDependencies": {
}
}