-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "wemedia-smart-assistant",
"version": "1.0.0",
"description": "一个自毁体浏览器插件,代替作者做一些点击、评论的体力活",
"main": "gulpfile.js",
"directories": {
"example": "example"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-preset-env": "^1.7.0",
"gulp-concat": "^2.6.1",
"gulp-babel": "^7.0.1",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5"
},
"devDependencies": {
"gulp-watch": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rixingyike/wemedia-smart-assistant.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rixingyike/wemedia-smart-assistant/issues"
},
"homepage": "https://github.com/rixingyike/wemedia-smart-assistant#readme"
}