forked from kunsingh/dolphin-platform-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·38 lines (38 loc) · 971 Bytes
/
bower.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
{
"name": "dolphin-platform-js",
"version": "1.0.0-CR.6",
"main": "./dist/dolphin-platform.js",
"homepage": "http://www.dolphin-platform.io",
"authors": [
"Michael Heinrichs <[email protected]>",
"Hendrik Ebbers <[email protected]>",
"Kunal Singh <[email protected]>",
"Timo Brandstätter <[email protected]>"
],
"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.1"
}
}