forked from ghiscoding/angular-markdown-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 888 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
{
"name": "angular-markdown-editor",
"version": "1.1.3",
"author": "Ghislain B.",
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"markdown",
"bootstrap-markdown",
"angular-markdown-editor"
],
"dependencies": {
"angular-highlightjs": "^0.6.1",
"angular-marked": "^1.2.2",
"angular-sanitize": "^1.5.8",
"bootstrap": "^3.3.6",
"bootstrap-markdown": "^2.10.0",
"highlight.js": "^9.5.0",
"jquery": "^2.2.4",
"marked": "^0.3.5"
},
"devDependencies": {
"font-awesome": "^4.6.3"
},
"license": "MIT",
"homepage": "https://github.com/ghiscoding/angular-markdown-editor",
"repository": {
"type": "git",
"url": "git://github.com/ghiscoding/angular-markdown-editor"
}
}