-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1011 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
42
{
"name": "SpicyTaco.MultiStyle",
"version": "0.9.0",
"description": "Compose your WPF styles just like in CSS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kmcginnes/SpicyTaco.MultiStyle.git"
},
"keywords": [
"WPF",
"Grid",
"MultiStyle",
"XAML",
"Panel",
"Layout",
"Control"
],
"author": "Kris McGinnes",
"company": "SpicyTaco",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmcginnes/SpicyTaco.MultiStyle/issues"
},
"homepage": "https://github.com/kmcginnes/SpicyTaco.MultiStyle",
"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",
"grunt-xunit": "^0.2.0",
"time-grunt": "^0.3.2"
}
}