forked from asciidisco/Backbone.Rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Backbone.Rpc",
"version": "0.1.2a",
"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/ksze/Backbone.Rpc.git"
},
"author": "Sebastian Golasch <[email protected]>",
"maintainers": [
{
"name": "Sebastian Golasch (asciidisco)",
"email": "[email protected]",
"web": "http://asciidisco.com"
},
{
"name": "Kal Sze (ksze)",
"email": "[email protected]",
"web": "http://kalunite.net/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/"
}
],
"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"
}
}