-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 959 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": "task-runner",
"description": "Provides a simple interface for a single-exchange, single-queue message pattern",
"version": "0.0.1",
"author": {
"name": "Israel Shirk",
"email": "[email protected]"
},
"license": "GPL-3.0",
"keywords": [
"devops",
"task",
"chatops"
],
"repository": {
"type": "git",
"url": "git://github.com/israelshirk/task-runner"
},
"bugs": {
"url": "https://github.com/israelshirk/task-runner/issues"
},
"dependencies": {
"coffee-script": "*",
"q": "^1.4.1",
"simple-message-helper": "*",
"string-format": "^0.5.0",
"underscore": "*",
"underscore.string": "*"
},
"devDependencies": {
"jasmine-node": "mhevery/jasmine-node#Jasmine2.0"
},
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node --coffee spec"
},
"maintainers": [
{
"name": "israelshirk",
"email": "[email protected]"
}
]
}