forked from cloudflarearchive/backgrid-select2-cell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
{
"name": "backgrid-select2-cell",
"version": "0.3.7",
"description": "Backgrid.js extension to extend the core SelectCell using select2.",
"main": "backgrid-select2-cell.js",
"style": "backgrid-select2-cell.css",
"scripts": {
"test": "karma start --single-run --browsers Chrome,Firefox"
},
"repository": {
"type": "git",
"url": "git://github.com/wyuenho/backgrid-select2-cell.git"
},
"keywords": [
"backbone",
"backgrid"
],
"author": "Jimmy Yuen Ho Wong <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wyuenho/backgrid-select2-cell/issues"
},
"devDependencies": {
"backbone": "~1.2.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-jsduck": "^1.0.1",
"grunt-karma": "^0.12.1",
"grunt-recess": "^1.0.1",
"jquery": "^2.2.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-safari-launcher": "^0.1.1"
},
"dependencies": {
"backgrid": "~0.3.7",
"select2": "~4.0.2",
"underscore": "^1.8.0"
}
}