-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 689 Bytes
/
Copy pathbower.json
File metadata and controls
32 lines (32 loc) · 689 Bytes
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
{
"name": "backbone.drupal",
"main": [
"backbone.drupal.js",
"backbone.drupal.services.js"
],
"version": "0.2.3-alpha",
"homepage": "http://enzolutions.com/projects/backbone_drupal/",
"author": {
"name": "enzo - Eduardo Garcia",
"email": "enzo@enzolutions.com"
},
"description": "Backbone.drupal extension provides connection to Drupal 7/8",
"keywords": [
"backbone",
"marionette",
"drupal"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.6.0",
"jquery": "^1.8.0 || ^2.0.0"
}
}