-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 923 Bytes
/
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
{
"name": "stackgl-readme-css",
"version": "1.2.0",
"description": "Reusable CSS for styling README/Markdown content consistently",
"main": "index.js",
"license": "MIT",
"scripts": {
"prepublish": "node example"
},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://hughsk.io/"
},
"browserify": {
"transform": [
"brfs"
]
},
"dependencies": {
"brfs": "^1.2.0"
},
"devDependencies": {
"cheerio": "^0.18.0",
"marked": "^0.3.2",
"pygmentize-bundled": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/stackgl-readme-css.git"
},
"keywords": [
"stackgl",
"css",
"readme",
"markdown",
"format",
"style"
],
"homepage": "https://github.com/stackgl/stackgl-readme-css",
"bugs": {
"url": "https://github.com/stackgl/stackgl-readme-css/issues"
}
}