-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 986 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
{
"name": "remarkably",
"version": "0.1.9",
"description": "a collection of MarkDown syntax extensions for https://github.com/jonschlinkert/remarkable",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/loveencounterflow/remarkably.git"
},
"keywords": [
"remarkable",
"markdown",
"md",
"commonmark",
"parser",
"remarkable-plugin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/remarkably/issues"
},
"homepage": "https://github.com/loveencounterflow/remarkably",
"dependencies": {
"coffee-script": "^1.8.0",
"coffeenode-bitsnpieces": "0.0.23",
"coffeenode-chr": "^0.1.4",
"coffeenode-text": "^0.1.9",
"coffeenode-trm": "^0.1.20",
"coffeenode-types": "^0.1.1",
"glob": "^4.0.6",
"remarkable": "^1.5.0",
"remarkable-dev": "^1.4.0"
}
}