forked from dollarshaveclub/shave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "shave",
"version": "0.1.9",
"description": "Shave is a javascript plugin that truncates multi-line text within a html element based on set max height",
"main": "dist/shave.js",
"files": [
"dist"
],
"scripts": {
"test": "gulp test",
"postpublish": "git tag $npm_package_version && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dollarshaveclub/shave.git"
},
"keywords": [
"ellipsis",
"truncate",
"truncation",
"truncated",
"semantic",
"js",
"content",
"shorten",
"javascript",
"text",
"shave",
"trim"
],
"author": "Jeff Wainwright <[email protected]> (jeffry.in)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dollarshaveclub/shave/issues"
},
"homepage": "https://github.com/dollarshaveclub/shave#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-rollup": "^1.2.0",
"bower": "^1.7.9",
"debug": "^2.2.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "6.1.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"node-qunit-phantomjs": "^1.4.0",
"qunit": "^0.9.1",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-eslint": "^2.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1"
}
}