forked from openpsa/jsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"author": "Tony Tomov, Oleg Kiriljuk, Andreas Flack, Laurent Rajchenbach, Matthew Hutton and other contributors to jqGrid before version 4.7.1",
"name": "jsgrid",
"license": "MIT GPL-2.0",
"version": "0.1.0",
"homepage": "https://openpsa.github.com/jsgrid",
"bugs": "https://github.com/openpsa/jsgrid/issues",
"repository": {
"type": "git",
"url": "[email protected]:openpsa/jsgrid.git"
},
"dependencies": {},
"scripts": {
"install": "node installDependencies.js"
},
"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",
"package-script": "^0.0.8"
}
}