-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 939 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 939 Bytes
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
{
"name": "markdown-gist",
"version": "0.0.1",
"description": "This script transforms the code blocks in a GitHub Markdown syntax file to GitHub gists and replace the blocks by the gists' url",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"author": "Adroaldo de Andrade <adroaldof@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/fiddus/markdown-gist.git"
},
"bugs": {
"url": "https://github.com/fiddus/markdown-gist/issues"
},
"dependencies": {
"github": "^0.2.3",
"lodash": "^3.5.0"
},
"keywords": [
"markdown",
"gist",
"code"
],
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.1.0",
"mime-types": "^2.0.11",
"mocha": "^2.2.4",
"sequence": "^3.0.0"
},
"license": "MIT"
}