-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "mdcss-theme-github",
"version": "2.4.2",
"description": "GitHub flavored theme for mdcss",
"keywords": [
"mdcss",
"mdcss-theme",
"github",
"theme"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
"license": "CC0-1.0",
"repository": "jonathantneal/mdcss-github-theme",
"bugs": "https://github.com/jonathantneal/mdcss-github-theme/issues",
"homepage": "https://github.com/jonathantneal/mdcss-github-theme#readme",
"dependencies": {
"ejs": "^2.4.1",
"object-assign": "^4.0.1"
},
"devDependencies": {
"chokidar": "^1.4.2",
"eslint": "^1.10.3",
"mdcss": "^1.5.1",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"watch": "^0.17.1"
},
"scripts": {
"lint": "eslint . --ignore-path .eshintignore",
"tape": "tape test.js | tap-spec",
"test": "npm run lint && npm run tape",
"watch": "tape watch.js"
},
"watch": {
"test": [
"assets",
"template.ejs"
]
},
"engines": {
"iojs": ">=2.0.0",
"node": ">=0.12.0"
}
}