forked from alibaba-archive/teambition-mobile-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "teambition-mobile-web",
"version": "0.9.7",
"description": "Teambition mobile web application",
"scripts": {
"test": "gulp lint",
"locald": "gulp ding && scp -r www/** [email protected]:/home/node4/apps/ding-ding/source/views",
"betad": "gulp ding.beta && scp -r www/** [email protected]:/home/iojs/dingTalk-Service/source/views",
"localqq": "gulp qqgroup&& scp -r www/** [email protected]:/home/node4/apps/qqgroup/source/views",
"betaqq": "gulp qqgroup.beta && scp -r www/** [email protected]:/home/iojs/qqGroup-Service/source/views",
"betaqqdep": "gulp qqgroup.beta.deploy && scp dist/index.html [email protected]:/home/iojs/qqGroup-Service/source/views/",
"release.wechat": "gulp deploy.wechat && scp -P 11122 dist/index.html [email protected]:/teambition/server/account-wx-service-release/source/views/",
"ga.wechat": "gulp deploy.wechat && scp -P 11122 dist/index.html [email protected]:/teambition/server/account-wx-service-ga/source/views/",
"release.qqgroup": "gulp deploy.qqgroup && scp -P 11122 dist/index.html [email protected]:/teambition/server/qqgroup-service-release/source/views/"
},
"repository": {
"type": "git",
"url": "[email protected]:teambition/teambition-mobile-web.git"
},
"dependencies": {
"angular-mocks": "^1.4.8",
"angular-resource": "^1.4.8",
"angular-ui-router": "^0.2.15",
"bootstrap": "^3.3.6",
"chai": "^3.4.1",
"engine.io-client": "^1.6.4",
"et-dependency": "^0.3.3",
"gta": "github:teambition/gta",
"ionic-release": "^1.2.4",
"jsonrpc-lite": "^1.1.0",
"marked": "^0.3.5",
"mocha": "^2.3.4",
"moment": "^2.10.6",
"ng-file-upload": "^10.1.8",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"snapper-consumer": "^1.0.0",
"zone.js": "^0.5.10"
},
"devDependencies": {
"cdn-uploader": "^0.1.2",
"chalk": "^1.1.1",
"del": "^2.2.0",
"et-template": "^0.3.7",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-htmlmin": "^1.3.0",
"gulp-less": "^3.0.3",
"gulp-ng-template": "^0.2.1",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.21",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^3.2.0",
"gulp-tslint-stylish": "^1.0.4",
"gulp-typescript": "^2.8.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"merge2": "^0.3.6",
"through2": "^2.0.0",
"ts-loader": "^0.7.2",
"ts-node": "^0.5.5",
"tsd": "^0.6.4",
"typescript": "^1.7.5",
"webpack": "^1.12.11"
}
}