-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 976 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
40
41
{
"name": "SpicyTaco.AutoGrid",
"version": "0.9.2",
"description": "Magical replacement for the default WPF Grid.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kmcginnes/SpicyTaco.AutoGrid.git"
},
"keywords": [
"WPF",
"Grid",
"AutoGrid",
"XAML",
"Panel",
"Layout",
"Control"
],
"author": "Kris McGinnes",
"company": "SpicyTaco",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmcginnes/SpicyTaco.AutoGrid/issues"
},
"homepage": "https://github.com/kmcginnes/SpicyTaco.AutoGrid",
"dependencies": {
"grunt": "^0.4.5",
"grunt-dotnet-assembly-info": "^1.0.12",
"grunt-msbuild": "^0.2.2"
},
"devDependencies": {
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "^0.6.0",
"grunt-dotnet-mspec": "^0.1.0",
"grunt-nuget": "^0.1.3",
"time-grunt": "^0.3.2"
}
}