-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
34 lines (34 loc) · 914 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.6",
"main": "backbone.modal.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 build && grunt test"
},
"bugs": "https://github.com/awkward/backbone.modal/issues",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-jasmine": "~1.1.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-open": "~0.2.3",
"grunt-contrib-uglify": "~2.2.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-concurrent": "~2.3.1",
"matchdep": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"bower": "~1.8.0"
}
}