forked from gilek/bootstrap-gtreetable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 747 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 747 Bytes
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
{
"name": "bootstrap-gtreetable",
"version": "2.2.1-alpha",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-less": "0.12.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-banner": "0.2.3",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-copy": "0.7.0",
"bootstrap": "3.3.0"
},
"scripts": {
"test": "grunt --verbose"
},
"author": "Maciej Kłak",
"homepage": "https://github.com/gilek/bootstrap-gtreetable",
"license": {
"type": "MIT",
"url": "https://github.com/gilek/bootstrap-gtreetable/blob/master/LICENSE"
}
}