forked from dethe/obloq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 832 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
{
"name": "obloq"
, "version": "0.0.2"
, "description": "A format for literate web programming based on Markdown"
, "keywords": ["literate"]
, "author": {
"name": "Dethe Elza"
, "email": "[email protected]"
, "url": "http://livingcode.org"
}
, "dependencies": {
"markdown": ">= 0.3.1",
"mustache": ">= 0.4.0",
"stylus": ">= 0.22.6",
"coffee-script": ">= 1.2.0",
"findit": ">= 0.1.2"
}
, "main": "index"
, "bin": {
"oextract": "./bin/oextract"
, "oclean": "./bin/oclean"
, "odeploy": "./bin/odeploy"
, "owatch": "./bin/owatch"
}
, "bugs": "https://github.com/dethe/obloq/issues"
, "repository":
{
"type": "git"
, "url": "https://github.com/dethe/obloq.git"
}
, "preferGlobal": true
, "engines": { "node": "0.4.x" }
}