-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "wetype",
"version": "1.0.16-alpha-22",
"description": "develop wechat app with typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grepug/wetype.git"
},
"keywords": [
"wechat",
"typescript"
],
"author": "Kai Shao",
"license": "ISC",
"bugs": {
"url": "https://github.com/grepug/wetype/issues"
},
"homepage": "https://github.com/grepug/wetype#readme",
"devDependencies": {
"@types/commander": "^2.9.0",
"@types/gulp": "^4.0.2",
"@types/node": "^7.0.18",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-exec": "^2.1.3",
"gulp-less": "^3.3.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-util": "^3.0.8",
"gulpclass": "^0.1.2",
"less": "^2.7.2",
"pug": "^2.0.0-rc.1",
"shelljs": "^0.7.7",
"through2": "^2.0.3",
"typescript": "^2.3.2"
},
"dependencies": {
"commander": "^2.9.0",
"shelljs": "^0.7.7"
}
}