forked from boxes-project/Windsor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "Boxes.Windsor",
"version": "1.0.0",
"description": "Boxes.Windsor - Out of the box development\r =======",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dbones/Boxes.Windsor.git"
},
"author": "dbones.co.uk",
"license": "apache 2.0",
"bugs": {
"url": "https://github.com/dbones/Boxes.Windsor/issues"
},
"homepage": "https://github.com/dbones/Boxes.Windsor",
"devDependencies": {
"es6-promise": "^2.0.1",
"eyes": "^0.1.8",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-dotnet-assembly-info": "^0.1.10",
"gulp-download": "0.0.1",
"gulp-if": "^1.2.5",
"gulp-msbuild": "^0.2.8",
"gulp-nunit-runner": "^0.4.1",
"gulp-unzip": "^0.1.3",
"lodash": "^3.6.0",
"mkdirp": "^0.5.0",
"nuget-runner": "^0.1.5",
"request": "^2.55.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"unzip": "^0.1.11",
"xml2js": "^0.4.6",
"xmlpoke": "^0.1.9",
"xmlreader": "^0.2.3",
"yargs": "^3.7.0"
}
}