wasBayesSharp – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "BayesSharp",
3 "version": "0.1.1",
4 "description": "Simple Naive Bayes text classifier",
5 "scripts": {},
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/afonsof/BayesSharp.git"
9 },
10 "author": "Afonso França",
11 "license": "MIT",
12 "bugs": {
13 "url": "https://github.com/afonsof/BayesSharp/issues"
14 },
15 "homepage": "https://github.com/afonsof/BayesSharp",
16 "devDependencies": {
17 "grunt-nuget": "~0.1.1",
18 "grunt": "~0.4.2",
19 "grunt-dotnet-assembly-info": "~1.0.9",
20 "time-grunt": "~0.2.8",
21 "load-grunt-tasks": "~0.3.0",
22 "grunt-shell": "~0.6.4",
23 "grunt-nunit-runner": "~1.0.16",
24 "grunt-msbuild": "~0.1.9"
25 }
26 }