-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
48 lines (48 loc) · 970 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Backbone.Advice",
"version": "1.0.2",
"homepage": "https://github.com/rhysbrettbowen/Backbone.Advice",
"author": {
"name": "Rhys Brett-Bowen",
"email": "[email protected]",
"web": "http://rhysbrettbowen.com"
},
"description": "Functional mixins for Backbone based on Advice by Angus Croll",
"main": "advice.js",
"scripts": [
"advice.js",
"mixin.js"
],
"keywords": [
"backbone",
"plugin",
"advice",
"pattern"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rhysbrettbowen/Backbone.Advice/blob/master/LICENSE"
}
],
"private": true,
"ignore": [
"**/.*",
".gitignore",
"bower.json",
"test",
"test.html",
"karma.conf.js"
],
"dependencies": {
"backbone": "*",
"underscore": "*",
"requirejs": "*"
},
"devDependencies": {
"jquery": "~1.7.2",
"chai": "~1.9.0",
"mocha": "~1.17.1"
}
}