-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.34 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@pupupulp/konyvtar-js",
"version": "1.5.1",
"description": "An opensource library/package of code wrappers for ExtJS 6.2.0 GPL",
"main": "index.js",
"engines": {
"node": ">=8.10.0",
"npm": ">=3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pupupulp/konyvtar-js.git"
},
"keywords": [
"extjs6.2",
"extjs6",
"extjs-6.2",
"extjs-6",
"extjs",
"ext",
"sencha"
],
"author": {
"name": "Eagan Martin",
"email": "mece.martinece@gmail.com",
"url": "https://github.com/pupupulp"
},
"contributors": [
{
"name": "Alfonse Dumadapat",
"email": "",
"url": "https://github.com/papipons"
},
{
"name": "Alona Ponce",
"email": "",
"url": ""
},
{
"name": "Jeff Canale",
"email": "",
"url": "https://github.com/je-poy"
},
{
"name": "Rey Anthony Paano",
"email": "",
"url": "https://github.com/reypaano"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pupupulp/konyvtar-js/issues"
},
"homepage": "https://github.com/pupupulp/konyvtar-js#readme",
"dependencies": {
"stringify-object": "^3.3.0"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}