forked from milesibastos/OFXSharp
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 700 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 700 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
26
{
"name": "OfxSharpLib",
"version": "0.9.1",
"description": ".NET OFX Parser",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/afonsof/OfxSharp.git"
},
"author": "Afonso França, Antônio Milesi Bastos, James Hollingworth",
"license": "MIT",
"bugs": {
"url": "https://github.com/afonsof/OfxSharp/issues"
},
"homepage": "https://github.com/afonsof/OfxSharp",
"devDependencies": {
"grunt-nuget": "~0.1.1",
"grunt": "~0.4.2",
"grunt-dotnet-assembly-info": "~1.0.9",
"time-grunt": "~0.2.8",
"load-grunt-tasks": "~0.3.0",
"grunt-shell": "~0.6.4",
"grunt-nunit-runner": "~1.0.16",
"grunt-msbuild": "~0.1.9"
}
}