forked from mckn/gulp-nuget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 869 Bytes
/
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
{
"name": "gulp-nuget",
"version": "1.0.3",
"description": "gulp nuget support to pack, push and restore nuget packages",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/mckn/gulp-nuget.git"
},
"keywords": [
"gulpplugin",
"nuget"
],
"author": "Marcus Andersson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mckn/gulp-nuget/issues"
},
"homepage": "https://github.com/mckn/gulp-nuget",
"dependencies": {
"fs-extra": "^0.26.7",
"gulp-util": "^3.0.7",
"stream-browserify": "^2.0.1",
"through2": "^2.0.1",
"vinyl": "^1.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^1.18.2",
"proxyquire": "^0.5.3",
"vinyl-map": "^1.0.1"
},
"directories": {
"lib": "./lib"
}
}