UNPKG

react-line-clamp

Version:

A react component which can help you implememt line-clamp automatically

46 lines (45 loc) 1.24 kB
{ "name": "react-line-clamp", "version": "1.2.6", "description": "A react component which can help you implememt line-clamp automatically", "main": "Clamp.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "[[ $(find ./dist -type d 2>/dev/null) ]] && rm -r dist; exit 0", "build": "NODE_ENV=dev babel --presets react,es2015,stage-0 src/lib -d ./" }, "author": "Fanglin", "license": "ISC", "bugs": { "url": "https://github.com/oglen/react-clamp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/oglen/react-clamp.git" }, "homepage": "https://github.com/oglen/react-clamp#readme", "keywords": [ "react", "clamp", "line-clamp" ], "devDependencies": { "babel-cli": "^6.8.0", "babel-core": "^6.8.0", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.8.0", "gulp": "^3.9.1", "gulp-sass": "^2.3.1", "gulp-util": "^3.0.7", "react-dom": "^15.1.0", "webpack": "^1.13.0", "webpack-stream": "^3.2.0", "lodash": "^4.11.2" }, "dependencies": { "react": "^15.1.0" } }