forked from nowk/gulp-go
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1005 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
40
41
{
"name": "gulp-golang",
"version": "0.0.1",
"description": "gulp wrapper for golang commands",
"main": "index.js",
"scripts": {
"test": "make test",
"node": "sudo rm -rf node_modules/ && npm i"
},
"repository": {
"type": "git",
"url": "[email protected]:cescoferraro/gulp-golang.git"
},
"keywords": [
"Golang",
"run"
],
"author": "Yung Hwa Kwon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nowk/gulp-go/issues"
},
"homepage": "https://github.com/nowk/gulp-go",
"devDependencies": {
"chai": "^2.1.1",
"eslint": "^3.4.0",
"eslint-config-google": "^0.6.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"gulp": "^3.8.11",
"gulp-sequence": "^0.4.6",
"mocha": "^2.1.0",
"tree-kill": "^1.1.0",
"node-notifier": "^4.6.1",
"gulp-livereload": "^3.8.1"
},
"dependencies": {
"ps-tree": "0.0.3"
}
}