-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 868 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": "pack-from-git",
"version": "2.0.1",
"description": "auto create upload package from git ",
"main": "app.js",
"keywords": [
"package",
"git",
"depoly",
"ci"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:teal-front/publish-pack-gen-nodejs.git"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.8",
"gulp-watch": "^4.3.9",
"koa": "^2.4.1",
"koa-router": "^7.3.0",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"run-sequence": "^1.2.2",
"websocket": "^1.0.24"
},
"peerDepenencies": {
"git-package-chrome-extension": "1.x"
},
"engines": {
"node": ">=7.6.0"
},
"author": "teal",
"license": "ISC"
}