-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 876 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
{
"name": "cert_encoder",
"version": "0.0.0",
"description": "Certificate encoding pem and der",
"homepage": "https://github.com/GTDev87/cert_encoder",
"repository": "GTDev87/cert_encoder",
"author": {
"name": "Gregory Thompson",
"email": "gregt87@gmail.com",
"url": ""
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [],
"devDependencies": {
"gulp": "^3.6.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-jscs": "^1.1.0",
"gulp-jshint": "^1.5.3",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^0.4.5",
"jshint-stylish": "^1.0.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"debug-test": "node debug node_modules/gulp/bin/gulp.js test",
"test": "gulp"
},
"license": "MIT",
"dependencies": {
"lodash": "^3.10.0"
}
}