-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
32 lines (32 loc) · 825 Bytes
/
package.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
{
"name": "backbone-query-parameters",
"version": "0.4.0",
"description": "Backbone plugin which provides query parameter support for Backbone.Router",
"main": "backbone.queryparams.js",
"dependencies": {
"backbone": ">= 1.0.0",
"underscore": ">= 1.5.1"
},
"repository": {
"type": "git",
"url": "git://github.com/jhudson8/backbone-query-parameters.git"
},
"homepage": "https://github.com/jhudson8/backbone-query-parameters",
"keywords": [
"backbone",
"router",
"backbone.router",
"history",
"pushstate",
"querystring"
],
"author": "Joe Hudson",
"license": "BSD3",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-saucelabs": "8.x",
"grunt-closure-tools": "~0.9.6"
}
}