-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 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
{
"name": "gulp-npm-bower-visual-studio",
"version": "1.0.0",
"description": "NPM packages for gulp visual studio build",
"main": "index.js",
"dependencies": {
"gulp": "^3.8.10"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-debug": "^2.0.0",
"gulp-less": "^2.0.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/terrybrown/node-npm-gulp-bower-visual-studio"
},
"author": "Terry Brown",
"license": "ISC",
"bugs": {
"url": "https://github.com/terrybrown/node-npm-gulp-bower-visual-studio/issues"
},
"homepage": "https://github.com/terrybrown/node-npm-gulp-bower-visual-studio"
}