-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
45
46
{
"name": "generator-poet",
"version": "0.0.3",
"description": "A generator for a blog powered by Poet using Yeoman",
"keywords": [
"yeoman-generator",
"poet",
"wordpress"
],
"homepage": "https://github.com/akshayp/generator-poet",
"bugs": "https://github.com/akshayp/generator-poet/issues",
"author": {
"name": "Akshay Patel",
"email": "akshayrpatel@gmail.com",
"url": "https://github.com/akshayp"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/akshayp/generator-poet.git"
},
"scripts": {
"test": "istanbul cover --print summary _mocha -- -R spec && ((cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js) || exit 0)"
},
"dependencies": {
"yeoman-generator": "~0.13.4",
"xml2js": "0.2.8",
"to-markdown": "0.0.1",
"cli-color": "0.2.x",
"request": "^2.88.0"
},
"devDependencies": {
"mocha": "1.12.1",
"fs-extra": "0.6.x",
"istanbul": "0.1.43",
"coveralls": "2.3.x"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}