forked from eloajs/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 964 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
43
44
45
46
47
48
{
"name": "bwc",
"version": "1.0.0",
"description": "BWC for JavaScript & TypeScript",
"keywords": [
"barca",
"barca-cloud",
"bwc",
"liarca",
"harpia",
"mamute",
"nodejs",
"javascript",
"typescript"
],
"author": {
"name": "Barca Web Cloud",
"url": "https://cloud.barca.com/"
},
"contributors": [
"Aníbal Henrique <anibalsouza@barca.com>"
],
"homepage": "https://github.com/BarcaWebCloud/bwc-js#readme",
"bugs": {
"url": "https://github.com/BarcaWebCloud/bwc-js/issues",
"email": "support@barca.com"
},
"main": "lib/bwc.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/BarcaWebCloud/bwc-js.git"
},
"license": "MIT",
"private": false,
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"publishConfig": {
"registry":"https://npm.pkg.github.com"
}
}