forked from awkward/backbone.modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 909 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
{
"title": "Backbone.Modal",
"name": "backbone.modal",
"version": "1.1.5",
"main": "backbone.modal-bundled.js",
"ignore": [
"test/",
"examples/"
],
"description": "A plugin for Backbone.js that simplifies creating modals for your application.",
"author": "Awkward",
"repository": {
"type": "git",
"url": "git://github.com/awkward/backbone.modal.git"
},
"scripts": {
"start": "grunt",
"test": "grunt test"
},
"bugs": "https://github.com/awkward/backbone.modal/issues",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-jasmine": "~0.8.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-open": "~0.2.3",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-concurrent": "~1.0.0",
"matchdep": "~0.3.0",
"grunt-contrib-watch": "~0.6.1",
"bower": "~1.3.12"
}
}