-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·37 lines (37 loc) · 910 Bytes
/
bower.json
File metadata and controls
executable file
·37 lines (37 loc) · 910 Bytes
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
{
"name": "dolphin-platform-js",
"version": "0.8.10",
"main": "./dist/dolphin-platform.js",
"homepage": "http://www.dolphin-platform.io",
"authors": [
"Michael Heinrichs <michael.heinrichs@canoo.com>",
"Hendrik Ebbers <hendrik.ebbers@canoo.com>",
"Kunal Singh <kunal.singh@canoo.com>"
],
"description": "The Dolphin Platform framework implements the presentation model pattern and provides a modern way to create enterprise applications.",
"keywords": [
"Dolphin Platform"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
"**/.*",
"lib",
"src",
"test",
"opendolphin",
"gulpfile.js",
"karma.conf.js",
"package.json",
"sauce.launchers.js",
"sauce-template.json",
"sonar-project.properties"
],
"devDependencies": {
"core.js": "2.4.x"
}
}