forked from linkeddata/profile-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 711 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 711 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
{
"name": "WebID-profile-editor",
"version": "0.0.3",
"homepage": "https://github.com/linkeddata/profile-editor",
"authors": [
"Andrei Sambra <andrei@w3.org>"
],
"description": "Profile editor for WebID accounts",
"license": "MIT",
"keywords": "webid, polymer, angularjs, web-components",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {
"angular-ui-router": "~0.2.13",
"angularjs": "~1.4.0",
"materialize": "0.95.2",
"ng-file-upload": "~3.0.7",
"ngImgCrop": "~0.3.2",
"qrcode-generator": "git://github.com/monospaced/bower-qrcode-generator.git#0.0.1"
}
}