-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "tctip",
"version": "1.0.4",
"description": "在页面右侧生成打赏界面的开源js插件",
"main": "dist/tctip-1.0.4.min.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"babel-core": "~6.22.1",
"babel-eslint": "~7.1.1",
"babel-loader": "~6.2.10",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.22.0",
"chai": "3.4.1",
"css-loader": "^0.26.2",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"mocha": "2.3.4",
"postcss-loader": "^1.3.3",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "2.2.1",
"yargs": "6.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/greedying/tctip.git"
},
"keywords": [
"tctip",
"tip",
"打赏",
"插件library",
"javascript"
],
"author": "greedying <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/greedying/tctip/issues"
},
"homepage": "https://github.com/greedying/tctip",
"dependencies": {
"qrcode-generator": "^1.1.0"
}
}