forked from cloudflare/backgridjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 843 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
{
"name": "backgridjs.com",
"version": "0.3.5",
"author": "Jimmy Yuen Ho Wong 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"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-component-build": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-recess": "~0.3.3",
"handlebars-layouts": "~0.1.3",
"handlebars": "~1.1.2"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"private": true
}