-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.62 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "twobirds-core",
"description": "twoBirds Web Component Framework",
"keywords": [
"javascript",
"library",
"framework",
"native",
"DOM manipulation",
"lightweight",
"standalone",
"SPA",
"PWA",
"ES5",
"ES6",
"ES7",
"ES2015",
"ES2016",
"two way data binding",
"one way data flow",
"microservice",
"microservices",
"client",
"server",
"node",
"nodejs",
"application",
"middleware",
"API",
"adapter",
"core"
],
"version": "8.2.7",
"license": "LGPL-3.0+",
"readme": "README.md",
"author": "Frank Thuerigen <fthuerigen@googlemail.com>",
"main": "dist/tb/tb.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-yuidoc": "^1.0.0",
"jasmine-core": "^2.4.1"
},
"dependencies": {
"@webcomponents/custom-elements": "^1.1.1",
"@webcomponents/webcomponentsjs": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/twoBirds/twobirds-core"
},
"contributors": [
{
"name": "Frank Thürigen",
"email": "fthuerigen@googlemail.com"
},
{
"name": "Francisc Simon",
"email": "francisc@simon.services"
},
{
"name": "Tudor Hulban",
"email": "prindex2010@gmail.com"
}
]
}