-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 624 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 624 Bytes
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
{
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (https://fgribreau.com)",
"name": "truncate",
"main": "truncate.js",
"types": "truncate.d.ts",
"description": "Truncate text and keep urls safe",
"version": "3.0.0",
"homepage": "https://github.com/FGRibreau/node-truncate",
"repository": {
"type": "git",
"url": "git@github.com:FGRibreau/node-truncate.git"
},
"scripts": {
"test": "nodeunit test.js"
},
"engines": {
"node": "*"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"nodeunit": "*",
"npm-release": "^1.0.0",
"yuidocjs": "*"
}
}