-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 723 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 723 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
{
"name": "urlHosted",
"authors": [
"Lasse Fister <commander@graphicore.de>"
],
"description": "Store the data of your blog (or anything else) in the \"#\" part of the URL as base64 encoded, zipped JSON.",
"moduleType": [
"amd"
],
"keywords": [
"unhosted",
"hash",
"storage",
"fragment",
"identifier",
"storage"
],
"license": "GPL v3",
"homepage": "github.com/graphicore/urlhosted",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib/bower_components",
"test",
"tests"
],
"dependencies": {
"marked": "~0.3.5",
"pako": "~0.2.8",
"requirejs": "~2.1.20",
"requirejs-domready": "~2.0.1"
},
"main": "lib/main.js"
}