UNPKG

805 BJSONView Raw
1{
2 "name": "pad",
3 "description": "Left and right string padding",
4 "version": "1.0.3",
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.12.4",
14 "mocha": "^3.2.0",
15 "should": "^11.2.0"
16 },
17 "engines": {
18 "node": ">= 0.4.0"
19 },
20 "homepage": "https://github.com/adaltas/node-pad",
21 "keywords": [
22 "pad",
23 "string"
24 ],
25 "license": "BSD-3-Clause",
26 "main": "./lib",
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/adaltas/node-pad.git"
30 },
31 "scripts": {
32 "coffee": "coffee -b -o lib src",
33 "pretest": "coffee -b -o lib src",
34 "test": "mocha --compilers coffee:coffee-script/register --reporter dot"
35 }
36}