-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
39 lines (39 loc) · 951 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
{
"name": "sensei-grid",
"version": "0.4.3",
"description": "Simple data grid in JavaScript/HTML.",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-preprocess": "^4.0.0",
"jasmine": "^2.0.1"
},
"scripts": {
"test": "grunt jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/datazenit/sensei-grid.git"
},
"keywords": [
"data",
"grid",
"table"
],
"author": "Lauris Dzilums <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/datazenit/sensei-grid/issues"
},
"homepage": "https://github.com/datazenit/sensei-grid"
}