-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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": "miniprogrampatch",
"version": "1.3.0",
"description": "The patch provides computed and watch features for miniprogram.",
"main": "dist/miniprogrampatch.js",
"scripts": {
"build": "gulp",
"next": "gulp next",
"release": "gulp release",
"sample": "gulp sample",
"test": "gulp && gulp sample",
"unittest": "gulp unittest"
},
"files": [
"dist/*.js"
],
"keywords": [
"miniprogram",
"weixin",
"wxxcx",
"xcx",
"miniprogrampatch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hendiko/miniprogrampatch.git"
},
"author": "Xavier Yin",
"license": "MIT",
"bugs": {
"url": "https://github.com/hendiko/miniprogrampatch/issues"
},
"homepage": "https://github.com/hendiko/miniprogrampatch#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"gulp": "^4.0.0",
"jasmine": "^3.4.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.15.1",
"wrapper-webpack-plugin": "^2.0.0"
}
}