-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 755 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 755 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": "quickui-catalog",
"title": "QuickUI Catalog",
"description": "Ready-to-use QuickUI controls, including base classes and samples",
"version": "0.9.4",
"homepage": "http://quickui.org/catalog",
"repository": {
"type": "git",
"url": "https://github.com/JanMiksovsky/quickui-catalog"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JanMiksovsky/quickui-catalog/blob/master/MIT-LICENSE.txt"
}
],
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-coffee": "~0.6",
"grunt-contrib-concat": "~0.3",
"grunt-contrib-less": "~0.5",
"grunt-contrib-uglify": "~0.2",
"sort-dependencies": "*"
}
}