git ssb

0+

mixmix / map-args



Tree: b82a5cf20211eba91ae4d5779926b165b7c00e00

Files: b82a5cf20211eba91ae4d5779926b165b7c00e00 / package.json

599 bytesRaw
1{
2 "name": "map-args",
3 "version": "0.0.1",
4 "description": "sick of wrangling variable number of args? map-args solves that",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test.js | tap-spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/mixmix/map-args.git"
12 },
13 "keywords": [
14 "arguments"
15 ],
16 "author": "mixmix",
17 "license": "AGPL-3.0",
18 "bugs": {
19 "url": "https://github.com/mixmix/map-args/issues"
20 },
21 "homepage": "https://github.com/mixmix/map-args#readme",
22 "devDependencies": {
23 "tap-spec": "^4.1.1",
24 "tape": "^4.8.0"
25 }
26}
27

Built with git-ssb-web