-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 708 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 708 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
{
"name": "grunt-nuget-pack",
"version": "1.0.1",
"description": "Grunt task for creating nuget packages without using nuget.exe.",
"author": "Moxiecode Systems AB <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/spocke/grunt-nuget-pack.git"
},
"bugs": {
"url": "https://github.com/spocke/grunt-nuget-pack/issues"
},
"keywords": [
"gruntplugin",
"nuget"
],
"main": "tasks/nugetpack.js",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"moxie-zip": "~0.0.3",
"xml-writer": "~1.7.0"
},
"devDependencies": {
"grunt": "~1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "~2.0.1",
"load-grunt-tasks": "5.1.0"
}
}