forked from openpsa/jsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 963 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
{
"author": "Tony Tomov, Oleg Kiriljuk, Andreas Flack, Laurent Rajchenbach, Matthew Hutton and other contributors to jqGrid before version 4.7.1",
"name": "grid.js",
"license": "MIT GPL-2.0",
"version": "0.1.0",
"homepage": "https://openpsa.github.com/grid.js",
"bugs": "https://github.com/openpsa/grid.js/issues",
"repository": {
"type": "git",
"url": "git@github.com:openpsa/grid.js.git"
},
"dependencies": {},
"devDependencies": {
"assemble": "^0.4.42",
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-karma": "^0.9.0",
"karma-firefox-launcher": "^0.1.4",
"karma-qunit": "^0.1.4",
"qunitjs": "^1.16.0"
}
}