forked from jonathantneal/mdcss-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 832 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
{
"name": "mdcss-theme",
"version": "1.0.0",
"description": "mdcss theme generator",
"keywords": [
"mdcss",
"mdcss-theme",
"theme"
],
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jonathantneal/mdcss-theme.git"
},
"bugs": {
"url": "https://github.com/jonathantneal/mdcss-theme/issues"
},
"homepage": "https://github.com/jonathantneal/mdcss-theme#readme",
"dependencies": {},
"devDependencies": {
"fs-extra": "^0.26.1",
"fs-promise": "^0.3.1",
"git-user-info": "^1.0.0",
"inquirer": "^0.11.0",
"mdcss": "^1.1.1"
},
"scripts": {
"install": "node lib/install.js"
},
"engines": {
"iojs": ">=2.0.0",
"node": ">=0.12.0"
}
}