forked from jadehopepunk/react-more
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.82 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-more",
"version": "1.2.0",
"description": "Truncate an area of text with a fade out effect and read more link, and recompute this if the area gets resized.",
"main": "dist/react-more.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "webpack --config ./config/webpack.dist.js && webpack --config ./config/webpack.dist.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/craigambrose/react-more.git"
},
"keywords": [
"react-component",
"ellipsis"
],
"author": "Craig Ambrose <craig@craigambrose.com>",
"user": "craigambrose",
"license": "MIT",
"bugs": {
"url": "https://github.com/craigambrose/react-more/issues"
},
"homepage": "https://github.com/craigambrose/react-more",
"devDependencies": {
"babel-eslint": "^4.1.8",
"css-loader": "^0.23.1",
"ent": "^2.2.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.16.1",
"file-loader": "^0.8.1",
"gh-pages": "^0.9.0",
"highlight-loader": "^0.6.1",
"highlight.js": "^9.1.0",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^2.8.1",
"jest-cli": "^0.8.2",
"json-loader": "^0.5.1",
"jsx-loader": "^0.13.2",
"markdown-loader": "^0.1.2",
"purecss": "^0.6.0",
"react": "^15.1",
"react-addons-linked-state-mixin": "^15.6.2",
"react-dom": "^15.1",
"react-ghfork": "^0.3.2",
"react-hot-loader": "^1.2.3",
"react-linked-input": "^15.6.2",
"react-tools": "^0.13.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.5",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0",
"xtend": "^4.0.0"
},
"peerDependencies": {
"react": "^16.0",
"react-dom": "^16.0"
},
"dependencies": {
"create-react-class": "^15.6.3",
"prop-types": "^15.6.0"
}
}