-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 904 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
{
"name": "cantina-queue",
"version": "4.1.2",
"description": "Amino queue interface for cantina applications.",
"main": "cantina-queue.js",
"dependencies": {
"amino-queue": "0.0.4"
},
"peerDependencies": {
"cantina": "^4.1.0",
"cantina-amino": "^4.1.0"
},
"devDependencies": {
"mocha": "*",
"cantina": "^4.1.0",
"cantina-amino": "^4.1.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/cpsubrian/cantina-queue.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"homepage": "https://github.com/cpsubrian/cantina-queue",
"keywords": [
"cantina",
"queue",
"amino"
],
"author": "Brian Link <[email protected]>",
"bugs": {
"url": "https://github.com/cpsubrian/cantina-queue/issues"
}
}