-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 858 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
{
"name": "backbone-hashMate",
"version": "0.2.1",
"description": "Like jQuery BBQ, but for Backbone. HashMate extends Backbone.Router to store and respond to information contained in the URL's hash fragment. Useful for state management, referral handling, history and more.",
"main": "dist/backbone-hashMate.js",
"license": "MIT",
"authors": [
"Alex Zaslavsky <[email protected]>"
],
"keywords": [
"hashmate",
"backbone",
"fragment",
"seo",
"history",
"hash"
],
"homepage": "https://github.com/azaslavsky/backbone-hashMate",
"repository": {
"type": "git",
"url": "https://github.com/azaslavsky/backbone-hashMate"
},
"ignore": [
".*",
"node_modules/",
"demo/",
"docs/",
"src/",
"test/",
"*.md",
"npm-debug.txt",
"gulpfile.js",
"package.json"
]
}