UNPKG

930 BJSONView Raw
1{
2 "name": "literate-programming-lib",
3 "description": "A literate programming compiler. Write your program in markdown. This is the core library and does not know about files.",
4 "version": "1.6.6",
5 "homepage": "https://github.com/jostylr/literate-programming-lib",
6 "author": {
7 "name": "James Taylor",
8 "email": "jostylr@gmail.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jostylr/literate-programming-lib.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jostylr/literate-programming-lib/issues"
16 },
17 "license": "MIT",
18 "main": "index.js",
19 "engines": {
20 "node": ">=0.10"
21 },
22 "dependencies":{
23 "event-when" : "^1.4.1",
24 "commonmark" : "^0.20.0",
25 "string.fromcodepoint" : "^0.2.1"
26 },
27 "devDependencies" : {
28 "tape" : "^4.0.0",
29 "litpro-jshint" : "^0.2.1"
30 },
31 "scripts" : {
32 "test" : "node ./test.js"
33 },
34 "keywords": ["literate programming"]
35}