-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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": "self-signed-certs",
"version": "0.0.3",
"description": "facility for ssl certificates creation",
"main": "index.js",
"bin": {
"create-certs": "create-certs-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Dario Andrei",
"email": "wouldgo84@gmail.com",
"url": "https://github.com/wouldgo"
},
"contributors": [
{
"name": "Filippo Oretti",
"email": "filippo.oretti@gmail.com",
"url": "https://github.com/45kb"
}
],
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0",
"node-forge": "^0.6.38"
},
"devDependencies": {
"code": "^2.1.0",
"eslint": "^1.10.3",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^1.1.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"hapi": "^12.1.0",
"inert": "^3.2.0",
"jscs": "^2.9.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"lab": "^8.2.0",
"require-dir": "^0.3.0"
}
}