forked from orlyyani/read-more
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 995 Bytes
/
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
{
"name": "vue-read-more",
"version": "1.1.0",
"description": "a vue.js read-more plugin",
"main": "dist/index.js",
"scripts": {
"build:base": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules",
"build:ssr": "cross-env NODE_ENV=production webpack --config webpack.config.ssr.js --progress --hide-modules",
"build": "npm run build:base && npm run build:ssr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orlyyani/read-more.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/orlyyani/read-more.git",
"bugs": {
"url": "https://github.com/orlyyani/read-more/issues"
},
"keywords": [
"read",
"more",
"read",
"less",
"view",
"more",
"vue.js",
"vue"
],
"devDependencies": {
"@vue/component-compiler-utils": "^1.0.0"
},
"dependencies": {
"cross-env": "^5.1.4",
"webpack-merge": "^4.1.2"
}
}