forked from linuxwolf/sazzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.07 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
47
48
49
50
51
{
"name": "sazzle",
"description": "The SASL library with PIZZAZZ!",
"version": "0.0.6",
"main": "./index.js",
"license": "MIT",
"keywords": [
"sasl",
"auth",
"scram"
],
"homepage": "https://github.com/linuxwolf/sazzle",
"author": {
"name": "Matthew A. Miller",
"email": "[email protected]"
},
"contributors": [
{
"name": "Gavin Llewellyn",
"url": "https://github.com/gavllew"
}
],
"repository": {
"type": "git",
"url": "https://github.com/linuxwolf/sazzle.git"
},
"bugs": {
"url": "https://github.com/linuxwolf/sazzle/issues"
},
"engines": {
"npm": ">=0.10.1"
},
"dependencies": {
"q": "~0.9"
},
"devDependencies": {
"nodeunit": "^0.8.6",
"istanbul": "^0.2.6",
"grunt": "^0.4.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-jsdoc": "^0.5.4",
"grunt-shell": "^0.6.4",
"grunt-github-pages": "0.0.4",
"grunt-release": "^0.7.0",
"grunt-bump": "0.0.13"
},
"peerDependencies": {
"grunt-cli": "*"
}
}