UNPKG

639 BJSONView Raw
1{
2 "name": "and",
3 "version": "0.0.2",
4 "description": "Join arrays with commas and »and« before the last item",
5 "author": {
6 "name": "Thomas Rasshofer",
7 "email": "hello@thomasrasshofer.com",
8 "url": "http://thomasrasshofer.com/"
9 },
10 "license": "MIT",
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/rasshofer/and.git"
14 },
15 "bugs": {
16 "url": "https://github.com/rasshofer/and/issues"
17 },
18 "main": "and.js",
19 "keywords": [
20 "and",
21 "join"
22 ],
23 "devDependencies": {
24 "jshint": "^2.9.5",
25 "tap": "^11.0.1"
26 },
27 "scripts": {
28 "test": "jshint and.js && tap tests.js --cov"
29 }
30}