-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·46 lines (46 loc) · 1.15 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
{
"name": "showdown-target-blank",
"version": "1.0.2",
"description": "Target blank extension for showdown",
"keywords": [
"markdown",
"showdown",
"showdown extension",
"markdown target",
"markdown target blank",
"markdown link window",
"showdown target",
"showdown target blank",
"showdown link window"
],
"author": "Stefano Brilli",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/cybercase/showdown-target-blank.git",
"web": "https://github.com/cybercase/showdown-target-blank"
},
"main": "./dist/showdown-target-blank.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"showdown": "1.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-conventional-changelog": "^1.2.2",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha": "^0.4.12",
"grunt-simple-mocha": "^0.4.0",
"jscs": "^1.13.1",
"mocha": "^2.2.5",
"shelljs": "^0.5.1"
}
}