vue-input-autosize
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "vue-input-autosize", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple Vue.js directive to autosize text input fields", | ||
@@ -20,3 +20,5 @@ "license": "MIT", | ||
"example": "vbuild --dev -e example", | ||
"example:build": "vbuild -e example -t VueInputAutosize" | ||
"example:build": "vbuild -e example -t VueInputAutosize", | ||
"test": "karma start karma.conf.js --single-run true --auto-watch false", | ||
"watch-test": "karma start karma.conf.js --single-run false --auto-watch true" | ||
}, | ||
@@ -37,6 +39,21 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babel-core": "^6.11.4", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015-rollup": "^1.1.1", | ||
"babel-runtime": "^6.9.2", | ||
"babelify": "^7.3.0", | ||
"browserify": "^13.0.1", | ||
"jasmine-core": "^2.4.1", | ||
"karma": "^1.1.1", | ||
"karma-browserify": "^5.1.0", | ||
"karma-jasmine": "^1.0.2", | ||
"karma-phantomjs-launcher": "^1.0.1", | ||
"karma-spec-reporter": "0.0.26", | ||
"phantomjs-prebuilt": "^2.1.7", | ||
"rollup": "^0.33.0", | ||
"rollup-plugin-babel": "^2.6.1" | ||
"rollup-plugin-babel": "^2.6.1", | ||
"vue": "^1.0.26", | ||
"watchify": "^3.7.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7196
18