forked from Janus-vistaprint/gulp-dotnet-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 879 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 879 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "gulp-dotnet-cli",
"version": "0.1.0",
"description": "A dotnet command line interface for gulp",
"main": "./lib/index.js",
"scripts": {
"test": "mocha test/js/**/*.js",
"lint": "jshint lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Janus-vistaprint/gulp-dotnet-cli.git"
},
"keywords": [
"dotnet",
"dotnet-core",
"dotnet-cli"
],
"author": "Tommy Parnell",
"license": "ISC",
"bugs": {
"url": "https://github.com/Janus-vistaprint/gulp-dotnet-cli/issues"
},
"homepage": "https://github.com/Janus-vistaprint/gulp-dotnet-cli",
"dependencies": {
"child-process-promise": "^2.2.0",
"gulp-util": "^3.0.8",
"joi": "^10.3.1",
"lodash": "^4.17.4",
"through2": "^2.0.3"
},
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"rimraf": "^2.6.1"
}
}