-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
57 lines (57 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Backbone.Mutators",
"version": "0.4.5",
"description": "Backbone plugin to override getters and setters with logic",
"homepage": "http://asciidisco.github.com/Backbone.Mutators/index.html",
"keywords": [
"backbone",
"plugin",
"mutator",
"getter",
"setter",
"client",
"browser"
],
"repository": {
"type": "git",
"url": "git://github.com/asciidisco/Backbone.Mutators.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/"
}
],
"lib": ".",
"main": "backbone.mutators.js",
"devDependencies": {
"backbone": "^1.1.2",
"grunt": "~0.4.x",
"grunt-complexity": "~0.1.x",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-jshint": "~0.2.x",
"grunt-contrib-nodeunit": "~0.1.x",
"grunt-contrib-uglify": "~0.2.x",
"grunt-contrib-yuidoc": "~0.4.x",
"grunt-docco": "~0.2.x",
"grunt-plato": "~0.2.x",
"grunt-qunit-istanbul": "~0.1.x",
"grunt-saucelabs": "~4.0.0",
"qunitjs": "~1.11.x",
"underscore": "^1.4.4"
},
"dependencies": {
"underscore": "~1.4.x"
},
"peerDependencies": {
"backbone": "~1.x"
}
}