-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.14 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "strider-dot-net",
"version": "0.6.0",
"description": "build .NET projects",
"homepage": "https://github.com/abe545/strider-dot-net",
"bugs": "https://github.com/abe545/strider-dot-net/issues",
"main": "worker.js",
"dependencies": {
"async": "^1.2.1",
"fs-extra": "^0.19.0",
"glob": "^5.0.10",
"lodash": "^3.9.3",
"request": "^2.49.0"
},
"devDependencies": {
"a": "^0.4.8",
"chai": "^3.0.0",
"istanbul": "^0.3.15",
"mocha": "^2.2.5"
},
"optionalDependencies": {
"strider-msbuild-logger": "~0.1.0"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"keywords": [
"strider",
"strider-cd",
".NET",
"dotnet"
],
"author": {
"name": "Abraham Heidebrecht"
},
"license": "GPL-2.0",
"readmeFilename": "Readme.md",
"strider": {
"id": "dotnet",
"type": "job",
"title": ".NET",
"webapp": "webapp.js",
"worker": "worker.js",
"icon": "icon.png",
"config": {
"controller": "DotNetController"
}
},
"repository": {
"type": "git",
"url": "git://github.com/abe545/strider-dot-net.git"
}
}