forked from mikeobrien/grunt-dotnet-assembly-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "grunt-dotnet-assembly-info",
"version": "1.0.11",
"description": "grunt plugin for editing .NET assembly info files",
"homepage": "https://github.com/mikeobrien/grunt-dotnet-assembly-info",
"main": "tasks/task.js",
"bugs": {
"url": "https://github.com/mikeobrien/grunt-dotnet-assembly-info/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeobrien/grunt-dotnet-assembly-info.git"
},
"keywords": [
"gruntplugin",
"grunt",
".net",
"dotnet",
"assembly"
],
"scripts": {
"test": "grunt"
},
"author": "Mike O'Brien",
"license": "MIT",
"readmeFilename": "README.md",
"files": [
"tasks/**/*.js",
"helpers/**/*.js",
"README.md",
"LICENSE"
],
"devDependencies": {
"grunt": "~0.4.x",
"expect.js": "~0.2.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-release": "~0.6.0",
"mocha": "~1.15.1",
"grunt-mocha-test": "~0.8.1",
"rewire": "~2.0.0",
"wrench": "~1.5.4",
"temp": "~0.6.0",
"sinon": "~1.7.3",
"underscore": "~1.5.2"
},
"peerDependencies": {
"grunt": "0.4.x"
}
}