-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 882 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
{
"name": "generator-mdpress",
"version": "0.2.0",
"description": "A generator for Yeoman to create mdpress presentations.",
"keywords": [
"yeoman-generator",
"web",
"presentation",
"front-end",
"mdpress",
"markdown",
"scaffold"
],
"homepage": "https://github.com/btholt/generator-mdpress",
"bugs": "https://github.com/btholt/generator-mdpress/issues",
"author": {
"name": "btholt",
"email": "btholt@gmail.com",
"url": "https://github.com/btholt"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/btholt/generator-mdpress.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.10.2"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}