-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "showdown-youtube",
"version": "1.3.0",
"description": "Embed YouTube videos within showdown",
"keywords": [
"markdown",
"showdown",
"showdown extension",
"youtube"
],
"author": "Estevão Soares dos Santos (https://github.com/tivie)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/youtube-extension.git",
"web": "https://github.com/showdownjs/youtube-extension"
},
"bugs": {
"url": "https://github.com/showdownjs/youtube-extension/issues"
},
"main": "./dist/showdown-youtube.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"showdown": "1.5.0",
"chai": "^1.10.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-conventional-changelog": "^4.0.0",
"grunt-endline": "^0.6.1",
"grunt-jscs": "^2.1.0",
"grunt-simple-mocha": "^0.4.1",
"grunt-stripcomments": "^0.6.0",
"load-grunt-tasks": "^3.5.2"
}
}