UNPKG

752 BJSONView Raw
1{
2 "name": "pad",
3 "description": "Left and right string padding",
4 "version": "1.0.2",
5 "author": "David Worms <david@adaltas.com>",
6 "contributors": [
7 {
8 "name": "David Worms",
9 "email": "david@adaltas.com"
10 }
11 ],
12 "devDependencies": {
13 "coffee-script": "^1.11.1",
14 "mocha": "^3.1.2",
15 "should": "^11.1.1"
16 },
17 "engines": {
18 "node": ">= 0.4.0"
19 },
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/wdavidw/node-pad.git"
29 },
30 "scripts": {
31 "coffee": "coffee -b -o lib src",
32 "pretest": "coffee -b -o lib src",
33 "test": "mocha --compilers coffee:coffee-script/register --reporter dot"
34 }
35}