-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "showdown-prettify",
"version": "1.3.0",
"description": "Add markdown prettify flavor to showdown",
"keywords": [
"markdown",
"showdown",
"showdown extension",
"prettify"
],
"author": "Estevão Soares dos Santos",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/prettify-extension.git",
"web": "https://github.com/showdownjs/prettify-extension"
},
"bugs": {
"url": "https://github.com/showdownjs/prettify-extension/issues"
},
"main": "./dist/showdown-prettify.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"showdown": "^1.3.0"
},
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"load-grunt-tasks": "^3.2.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-jscs": "^1.2.0",
"grunt-simple-mocha": "^0.4.0",
"grunt-stripcomments": "^0.3.1"
}
}