-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
30 lines (30 loc) · 1.04 KB
/
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
{
"name": "Backbone.Rpc",
"version": "0.1.2",
"description": "Plugin for using backbone js with json-rpc instead of the native REST implementation",
"homepage": "http://asciidisco.github.com/Backbone.Rpc/index.html",
"keywords": ["backbone", "plugin", "rpc", "json", "client", "browser"],
"repository": {"type": "git", "url": "git://github.com/asciidisco/Backbone.Rpc.git"},
"author" : "Sebastian Golasch <[email protected]>",
"maintainers": [
{
"name": "Sebastian Golasch (asciidisco)",
"email": "[email protected]",
"web": "http://asciidisco.com"
}
],
"licenses": [{ "type": "MIT", "url": "http://mit-license.org/" }],
"repositories": [{ "type": "git", "url": "https://github.com/asciidisco/Backbone.Rpc" }],
"lib": ".",
"main": "backbone.rpc.js",
"devDependencies": {
"qunitjs": "1.x.x",
"sinon": "1.3.x",
"grunt": "0.3.x"
},
"dependencies" : {
"underscore" : "1.3.x",
"backbone": "0.9.x",
"jquery": "1.6.x"
}
}