-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 885 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
{
"name": "sbool-node-utils",
"version": "0.1.9",
"description": "Utilities for node js",
"main": "index.js",
"scripts": {
"test": "mocha tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sittingbool/sbool-node-utils.git"
},
"keywords": [
"util",
"utils",
"type",
"date"
],
"author": "Richard Habermann <sittingbool@gmx.de> (https://github.com/sittingbool/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sittingbool/sbool-node-utils/issues"
},
"homepage": "https://github.com/sittingbool/sbool-node-utils#readme",
"dependencies": {
"MD5": "*",
"q": "*",
"node-class": "*",
"dateformat": "*",
"querystring": "*",
"jsonfile": "*",
"crypto": "*"
},
"devDependencies": {
"mocha": "~1.21.4",
"should": "~4.0.4",
"supertest": "~0.13.0"
}
}