๐Ÿ“ฆ XVincentX / NodeJsMsBuild

๐Ÿ“„ package.json ยท 32 lines
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": "NodeJsMsBuild",
  "version": "1.0.0",
  "description": "MsBuild tasks for NodeJs tools",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/XVincentX/NodeJsMsBuild.git"
  },
  "keywords": [
    "NodeJS",
    "MsBuild",
    "VisualStudio"
  ],
  "author": "V.Chianese",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/XVincentX/NodeJsMsBuild/issues"
  },
  "homepage": "https://github.com/XVincentX/NodeJsMsBuild",
  "devDependencies": {
    "gulp": "^3.8.6",
    "gulp-nuget": "0.0.3",
    "gulp-rename": "^1.2.0",
    "gulp-rimraf": "^0.1.0",
    "request": "^2.37.0"
  }
}