forked from kunsingh/dolphin-platform-angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 936 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
39
{
"name": "dolphin-platform-angularjs",
"version": "1.0.0-CR.6",
"main": "./dist/dolphin-platform-angular.js",
"homepage": "https://github.com/canoo/dolphin-platform",
"authors": [
"Michael Heinrichs <[email protected]>",
"Hendrik Ebbers <[email protected]>",
"Kunal Singh <[email protected]>",
"Timo Brandstätter <[email protected]>"
],
"description": "The AngularJS client of the Dolphin Platform.",
"keywords": [
"Dolphin Platform"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"src",
"gulpfile.js",
"package.json",
"sonar-project.properties"
],
"dependencies": {
"angular": "1.6.9",
"dolphin-platform-js": "1.0.0-CR.6",
"core.js": "2.4.1"
}
}