-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 992 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": "@ama-team/voxengine-definitions",
"version": "0.1.0",
"description": "Library for developing VoxImplant applications",
"keywords": ["voximplant", "voxengine"],
"main": "index.js",
"engines": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "node_modules/.bin/jsdoc -r -d doc lib"
},
"repository": {
"type": "git",
"url": "https://github.com/ama-team/voxengine-definitions.git"
},
"bugs": {
"url": "https://github.com/ama-team/voxengine-definitions/issues"
},
"author": {
"name": "AMA Team",
"email": "[email protected]"
},
"contributors": [
{
"name": "Etki",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Etki",
"email": "[email protected]"
}
],
"license": "MIT",
"homepage": "https://github.com/ama-team/voxengine-definitions#readme",
"dependencies": {},
"devDependencies": {
"jsdoc": "^3.4.3",
"promise": "^7.1.1"
}
}