UNPKG

699 BJSONView Raw
1{
2 "name": "for-each",
3 "version": "0.1.0",
4 "description": "A better forEach",
5 "keywords": [],
6 "author": "Raynos <raynos2@gmail.com>",
7 "repository": "git://github.com/Raynos/for-each.git",
8 "main": "index",
9 "homepage": "https://github.com/Raynos/for-each",
10 "contributors": [
11 {
12 "name": "Jake Verbaten"
13 }
14 ],
15 "bugs": {
16 "url": "https://github.com/Raynos/for-each/issues",
17 "email": "raynos2@gmail.com"
18 },
19 "dependencies": {
20 },
21 "devDependencies": {
22 "tap": "~0.3.1"
23 },
24 "licenses": [
25 {
26 "type": "MIT",
27 "url": "http://github.com/Raynos/for-each/raw/master/LICENSE"
28 }
29 ],
30 "scripts": {
31 "test": "tap --stderr --tap ./test"
32 }
33}