-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
48
49
50
51
52
53
54
55
56
57
{
"name": "backgridjs.com",
"version": "0.3.7",
"author": "Cloudflare, Inc and contributors <[email protected]>",
"description": "Documentation site for Backgrid",
"homepage": "http://backgridjs.com/",
"keywords": [
"backgrid",
"backbone"
],
"repository": {
"type": "git",
"url": "http://github.com/wyuenho/backgridjs.com"
},
"license": "MIT",
"private": true,
"scripts": {
"clean": "gulp clean",
"build": "gulp",
"build-dev": "gulp dev"
},
"devDependencies": {
"cssnano": "^3.5.2",
"del": "^2.2.0",
"expose-loader": "^0.7.1",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-cssnano": "^2.1.1",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"handlebars-layouts": "^3.1.3",
"postcss-assets-rebase": "^0.4.0",
"postcss-import": "^8.1.0",
"webpack": "^1.13.0"
},
"dependencies": {
"backbone": "^1.3.2",
"backbone.paginator": "^2.0.3",
"backgrid": "^0.3.7",
"backgrid-filter": "^0.3.6",
"backgrid-moment-cell": "^0.3.7",
"backgrid-paginator": "^0.3.7",
"backgrid-select-all": "^0.3.5",
"backgrid-select2-cell": "^0.3.6",
"backgrid-text-cell": "^0.3.6",
"bootstrap": "^3.3.6",
"codemirror": "^5.13.4",
"jquery": "^2.2.1",
"lunr": "^0.7.0",
"moment": "^2.12.0",
"underscore": "^1.8.3"
}
}