UNPKG

812 BJSONView Raw
1{
2 "name": "pad",
3 "description": "Left and right string padding",
4 "version": "1.2.0",
5 "author": "David Worms <david@adaltas.com>",
6 "contributors": [
7 {
8 "name": "David Worms",
9 "email": "david@adaltas.com"
10 }
11 ],
12 "devDependencies": {
13 "mocha": "^4.0.1",
14 "should": "^13.1.1"
15 },
16 "engines": {
17 "node": ">= 4.0.0"
18 },
19 "homepage": "https://github.com/adaltas/node-pad",
20 "keywords": [
21 "pad",
22 "string"
23 ],
24 "license": "BSD-3-Clause",
25 "main": "./lib",
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/adaltas/node-pad.git"
29 },
30 "scripts": {
31 "coffee": "coffee -b -o lib src",
32 "pretest": "coffee -b -o lib src",
33 "test": "mocha test/**/*.coffee"
34 },
35 "dependencies": {
36 "coffeescript": "^2.0.1",
37 "wcwidth": "^1.0.1"
38 }
39}