-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "ellipsis-overflow",
"version": "1.0.6",
"description": "truncates the content of elements with overflow-y:scroll specified in their style with an ellipsis character such that they no longer need to scroll. It's a cross-browser, multi-line alternative to `text-overflow: ellipsis`.",
"main": "ellipsis.js",
"scripts": {
"test": "karma start --single-run=true"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^0.23.1",
"html-loader": "^0.4.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "^0.1.2",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.4",
"node-assertthat": "^0.2.3",
"style-loader": "^0.13.0",
"webpack": "^1.12.11"
},
"dependencies": {
"lodash.assign": "^4.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antialias/ellipsis-overflow.git"
},
"bugs": {
"url": "https://github.com/antialias/ellipsis-overflow/issues"
},
"homepage": "https://github.com/antialias/ellipsis-overflow#readme"
}