1
0
This repository has been archived on 2024-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vue-clamp/package.json
arnaudvalle b1f8903674 feat: add github links to package (#23)
* feat: add github links to package
This is so sites like npmjs.com can link to the github repository directly rather than go to the docs site and then click on the github link

* Update homepage url

Co-Authored-By: GU Yiling <justice360@gmail.com>
2019-10-09 21:01:13 +08:00

56 lines
1.6 KiB
JSON

{
"name": "vue-clamp",
"version": "0.2.2",
"license": "MIT",
"description": "Clamping multiline text with ease.",
"scripts": {
"serve": "vue-cli-service serve",
"build:demo": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build": "NODE_ENV=production rollup -c",
"prepublishOnly": "cp ./src/components/Clamp.js .",
"publish": "rm ./Clamp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Justineo/vue-clamp.git"
},
"bugs": {
"url": "https://github.com/Justineo/vue-clamp/issues"
},
"homepage": "https://justineo.github.io/vue-clamp/demo/",
"main": "dist/vue-clamp.js",
"module": "Clamp.js",
"dependencies": {
"resize-detector": "^0.1.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-vue": "^5.2.3",
"highlight.js": "^9.15.10",
"prettier": "^1.18.2",
"prettier-eslint": "^8.8.2",
"qs": "^6.8.0",
"rollup": "^0.68.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-vue": "^4.7.2",
"spectre.css": "^0.5.8",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"vue": "^2.5.17"
}
}