-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 834 Bytes
/
package.json
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" : "@yaireo/do-in",
"version" : "1.0.5",
"homepage" : "https://github.com/yairEO/Do-in",
"description" : "A task runner which runs code repeatedly for for fix duration - calling a `step` method with the progress so far (between 0 and 1)",
"keywords": [
"task",
"runner",
"repeat",
"time"
],
"_npmUser" : {
"name" : "vsync",
"email" : "[email protected]"
},
"author": {
"name" : "Yair Even-Or",
"email" : "[email protected]"
},
"main": "do-in.js",
"files": [
"do-in.js"
],
"np": {
"yarn": false,
"contents": "dist",
"yolo": true
},
"license": "MIT",
"repository": {
"type" : "git",
"url" : "git+https://github.com/yairEO/Do-in.git"
},
"bugs": {
"url": "https://github.com/yairEO/Do-in/issues"
}
}