forked from tjindapitak/react-text-ellipsis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-text-ellipsis",
"version": "1.2.1",
"description": "react multi-line ellipsis",
"main": "dist/bundle.js",
"scripts": {
"example": "webpack -d --config webpack.example.config.js",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjindapitak/text-ellipsis.git"
},
"keywords": [
"ellipsis",
"react",
"clamp"
],
"author": "Thanapon Jindapitak",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjindapitak/text-ellipsis/issues"
},
"homepage": "https://github.com/tjindapitak/text-ellipsis#readme",
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"react-dom": "^15.6.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}