-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "rui-vue-emoji",
"version": "1.1.0",
"description": "基于 Vue2.0 的emoji插件",
"main": "dist/vue-emoji.js",
"author": "Jason <[email protected]>",
"scripts": {
"prepublish": "npm run build",
"start": "rollup -cw",
"build": "NODE_ENV=prod rollup -c",
"clean": "rm -rf dist",
"pages": "bash ./pages.sh",
"test": "eslint src"
},
"files": [
"dist",
"examples",
"images"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rishiqing/vue-emoji.git"
},
"keywords": [
"Vue2.0",
"emoji",
"vue-component",
"Unicode"
],
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-plugin-vue": "^2.3.0",
"rollup-watch": "^3.2.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rishiqing/vue-emoji/issues"
},
"homepage": "https://github.com/rishiqing/vue-emoji#readme",
"dependencies": {}
}