-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@js-func/each",
"version": "1.0.6",
"title": "each loop",
"description": "Each loop for Array list (Object Collection)",
"homepage": "https://github.com/js-func/each#readme",
"author": "Tom Sapletta <tom@sapletta.com> (https://tom.sapletta.com)",
"company": "Softreck OÜ (https://softreck.com)",
"license": "MIT",
"main": "./lib/each.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "-github-push.bat",
"publish2": "-npm-publish.bat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/js-func/each.git"
},
"keywords": [
"js-func",
"github",
"devops",
"javascript",
"library",
"app",
"each",
"loop"
],
"bugs": {
"url": "https://github.com/js-func/each/issues"
}
}