forked from jariz/react-truncate-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 KB
/
package.json
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
{
"name": "react-truncate-html",
"version": "0.1.6",
"description": "Truncate multiline HTML with React",
"main": "index.js",
"scripts": {
"prepublish": "(babel Truncate.js) > index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.5.2",
"babel-core": "^6.17.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"peerDependencies": {
"react": "^15.3.2",
"prop-types": "^15.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jariz/react-truncate-html.git"
},
"keywords": [
"dotdotdot",
"ellipsis",
"shorten",
"summarize",
"react",
"truncate",
"html"
],
"author": "Jari Zwarts",
"license": "MIT",
"bugs": {
"url": "https://github.com/jariz/react-truncate-html/issues"
},
"homepage": "https://github.com/jariz/react-truncate-html#readme",
"dependencies": {
"xss": "^0.3.4"
}
}