regular-clamp
Version:
37 lines (36 loc) • 785 B
JSON
{
"name": "regular-clamp",
"version": "1.0.12",
"description": "Text clamping",
"main": "dist/index.js",
"scripts": {
"start": "NODE_ENV=dev webpack --config webpack.config.js",
"build": "NODE_ENV=prod webpack --config webpack.config.js"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md"
],
"keywords": [
"Regular",
"Clamp"
],
"repository": {
"type": "git",
"url": "https://github.com/nymlc/regular-clamp"
},
"homepage": "https://nymlc.github.io/regular-clamp/demo/",
"author": "",
"license": "ISC",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"regularjs": "^0.6.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"resize-detector": "^0.2.0"
}
}