-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "jquery-markview",
"title": "jQuery MarkView",
"version": "0.0.4",
"description": "A jQuery Plugin to display markdown in some different ways",
"repository": {
"type": "git",
"url": "git+https://github.com/crazymousethief/jquery-markview.git"
},
"author": {
"name": "Yotau Hong",
"email": "crazymousethief@outlook.com"
},
"licenses": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
"bugs": {
"url": "https://github.com/crazymousethief/jquery-markview/issues"
},
"homepage": "https://github.com/crazymousethief/jquery-markview#readme",
"main": "dist/jquery.markview.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "gulp release"
},
"dependencies": {
"d3": "^4.5.0",
"jquery": "^3.1",
"marked": "^0.3.6"
},
"devDependencies": {
"browser-sync": "^2.18.7",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1"
},
"keywords": [
"markdown",
"jquery",
"plugin",
"view",
"markview"
]
}