2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-01 13:34:06 +03:00
Files
vue-tribute/package.json
T
2016-07-24 11:08:04 -04:00

41 lines
942 B
JSON

{
"name": "vue-input-autosize",
"version": "0.1.0",
"description": "A simple Vue.js directive to autosize text input fields",
"license": "MIT",
"repository": "syropian/vue-input-autosize",
"author": {
"name": "Collin Henderson",
"email": "collin@syropia.net",
"url": "http://syropia.net"
},
"engines": {
"node": ">=4"
},
"scripts": {
"build:all": "npm run build && npm run build:umd",
"build": "BUILD_ENV=cjs rollup -c",
"build:umd": "BUILD_ENV=umd rollup -c",
"example": "vbuild --dev -e example",
"example:build": "vbuild -e example -t VueInputAutosize"
},
"main": "index.js",
"files": [
"index.js",
"index.umd.js"
],
"keywords": [
"autosize",
"autogrow",
"autoshrink",
"input",
"Vue"
],
"dependencies": {},
"devDependencies": {
"babel-preset-es2015-rollup": "^1.1.1",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1"
}
}