-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.05 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
{
"name": "jquery-block_ellipsis",
"version": "1.0.4",
"description": "This jQuery plugin truncates a list of inline-blocks to a certain amount of lines with an optional show more/less. Responsive-ready.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/jquery-block_ellipsis.git"
},
"keywords": [
"jquery",
"inline-block",
"block",
"ellipsis",
"truncate",
"responsive"
],
"author": "Algolia",
"license": "MIT",
"bugs": {
"url": "https://github.com/algolia/jquery-block_ellipsis/issues"
},
"homepage": "https://github.com/algolia/jquery-block_ellipsis#readme",
"scripts": {
"build": "browserify src/block_ellipsis.js -o dist/jquery-block_ellipsis.js && cd dist && uglifyjs jquery-block_ellipsis.js -o jquery-block_ellipsis.min.js --mangle --compress --source-map jquery-block_ellipsis.min.js.map && cd ..",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browserify": "9.x",
"uglify-js": "2.x",
"lodash": "3.x"
}
}