-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 907 Bytes
/
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
{
"name": "backbone.drupal",
"description": "Allows backbone models to work with Drupal via REST.",
"version": "0.2.1-alpha",
"homepage": "https://github.com/enzolutions/backbone.drupal",
"author": {
"name": "enzo - Eduardo Garcia",
"email": "[email protected]",
"url": "http://enzolutions.com"
},
"repository": {
"type": "git",
"url": "[email protected]:enzolutions/backbone.drupal.git"
},
"bugs": {
"url": "https://github.com/enzolutions/backbone.drupal/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/enzolutions/backbone.drupal/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-qunit": "0.1.1rc6",
"grunt": "0.4.0rc7"
},
"keywords": [
"backbone",
"plugin"
]
}