forked from ftlabs/ftellipsis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "ftellipsis",
"title": "FTEllipsis",
"description": "Multi-line ellipsis made possible",
"version": "0.2.2",
"homepage": "https://github.com/ftlabs/ftellipsis",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com:ftlabs/ftellipsis.git"
},
"author": {
"name": "Wilson Page",
"email": "wilsonpage@me.com",
"github": "wilsonpage",
"organization": "The Finanacial Times Limited"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ftlabs/ftellipsis/blob/master/LICENSE-MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-readme": "git://github.com/wilsonpage/grunt-readme.git",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.1",
"buster": "~0.6.12",
"superagent": "0.14.4",
"grunt-buster": "~0.1.2",
"grunt-cli": "~0.1.8"
},
"keywords": [
"ellipsis",
"css",
"layout"
],
"scripts": {
"test": "./node_modules/.bin/grunt buster -v"
}
}