-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 979 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
{
"name": "humans-generator",
"version": "2.1.1",
"description": "Humans.txt generator for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexisTM/humans-generator.git"
},
"scripts": {
"test": "cd test && node test.js && node testes5.js && gulp"
},
"keywords": [
"humans",
"txt",
"generator",
"node",
"gulpfriendly",
"gulpplugin"
],
"author": "Hayden Bleasel <haydenbleasel@gmail.com>",
"maintainers" : "Alexis Paques <alexis.paques@gmail.com> (http://alexistm.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexisTM/humans-generator/issues"
},
"homepage": "https://github.com/AlexisTM/humans-generator",
"dependencies": {
"async": "*",
"cheerio": "*",
"figlet": "*",
"through2": "*",
"underscore": "*",
"vinyl": "*"
},
"devDependencies": {
"babel-preset-es2015": "*",
"eslint": "*",
"gulp": "*"
}
}