forked from outmoded/bassmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 887 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
42
{
"name": "bassmaster",
"description": "Batch processing plugin for hapi",
"author": "Wyatt Preul <[email protected]> (http://jsgeek.com)",
"contributors": [
"Eran Hammer <[email protected]> (http://hueniverse.com)",
"Van Nguyen <[email protected]>"
],
"repository": "git://github.com/spumko/bassmaster",
"version": "0.3.2",
"main": "index",
"keywords": [
"hapi",
"plugin",
"batch"
],
"engines": {
"node": "0.10.x"
},
"peerDependencies": {
"hapi": "1.x.x"
},
"dependencies": {
"async": "0.2.x",
"hoek": "0.9.x"
},
"devDependencies": {
"hapi": "1.x.x",
"sinon": "1.x.x",
"lab": "0.1.x",
"complexity-report": "0.x.x"
},
"scripts": {
"test": "make test-cov"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/spumko/bassmaster/raw/master/LICENSE"
}
]
}