forked from btford/angular-markdown-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 825 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
{
"name": "angular-markdown-directive",
"version": "0.3.1",
"description": "simple AngularJS markdown directive with showdown",
"main": "markdown.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/angular-markdown-directive.git"
},
"keywords": [
"angular",
"angularjs",
"markdown",
"directive"
],
"author": "Brian Ford",
"license": "MIT",
"bugs": {
"url": "https://github.com/btford/angular-markdown-directive/issues"
},
"homepage": "https://github.com/btford/angular-markdown-directive",
"devDependencies": {
"karma": "^0.12.9",
"karma-jasmine": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.3"
}
}