Skip to content

Commit 651e48e

Browse files
committed
Add bower definition
1 parent 52dc2c8 commit 651e48e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

bower.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "backbone.drupal",
3+
"main": [
4+
"backbone.drupal.js",
5+
"backbone.drupal.services.js"
6+
],
7+
"version": "0.1.0-alpha",
8+
"homepage": "http://enzolutions.com/projects/backbone_drupal/",
9+
"author": {
10+
"name": "enzo - Eduardo Garcia",
11+
"email": "enzo@enzolutions.com"
12+
},
13+
"description": "Backbone.drupal extension provides Drupal compatible using Services module",
14+
"keywords": [
15+
"backbone",
16+
"marionette",
17+
"drupal"
18+
],
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests"
26+
],
27+
"dependencies": {
28+
"backbone": "1.0.0 - 1.1.2",
29+
"underscore": "1.4.4 - 1.6.0",
30+
"jquery": "^1.8.0 || ^2.0.0"
31+
},
32+
}

0 commit comments

Comments
 (0)