forked from loicfrering/backbone.datagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 912 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": "backbone.datagrid",
"version": "0.4.0-beta.1",
"author": "Loïc Frering <[email protected]>",
"description": "A powerful component, based on Backbone.View, that displays your Bakbone collections in a dynamic datagrid table.",
"keywords": [
"front-end",
"web",
"backbone",
"datagrid",
"grid"
],
"homepage": "http://loicfrering.github.com/backbone.datagrid/",
"bugs": "https://github.com/loicfrering/backbone.datagrid/issues",
"repository": {
"type": "git",
"url": "git://github.com/loicfrering/backbone.datagrid.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-mocha": "~0.3.4",
"marked": "~0.2",
"highlight.js": "~7"
},
"license": "MIT"
}