-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1010 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
40
{
"name": "backbone-bootstrap-modals",
"version": "0.3.2",
"description": "Set of extendable Backbone Views for working with Bootstrap Modal Dialogs",
"keywords": [
"backbone",
"bootstrap",
"modal"
],
"bugs": {
"url": "http://github.com/leafygreen/backbone-bootstrap-modals/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/leafygreen/backbone-bootstrap-modals"
},
"main": "lib/backbone-bootstrap-modals.js",
"devDependencies": {
"chai": "~3.4.1",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-docco": "~0.3.3",
"grunt-mocha": "~0.4.10",
"mocha": "~2.3.4"
},
"scripts": {
"test": "grunt mocha"
},
"dependencies": {
"backbone": "^1.1.2",
"bootstrap": "^3.3.6",
"jquery": "^2.2.1",
"underscore": "^1.6.0"
}
}