-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.41 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "serial-loop",
"version": "3.0.0",
"description": "Async serial loop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run mocha && npm run standard",
"mocha": "node node_modules/mocha/bin/mocha test/test.js ",
"standard": "node node_modules/standard/bin/cmd.js || standard"
},
"standard": {
"globals": [
"angular",
"toastr",
"moment",
"self",
"_",
"describe",
"it",
"__dirname",
"localStorage",
"io",
"expect",
"inject",
"before"
]
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"standard": "^7.1.2"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/greenpioneersolutions/serial-loop.git"
},
"contributors": [
{
"name": "greenpioneersolutions",
"email": "[email protected]",
"web": "https://github.com/greenpioneersolutions"
}
],
"maintainers": [
{
"name": "greenpioneersolutions",
"web": "https://github.com/greenpioneersolutions?tab=members"
}
],
"keywords": [
"serial",
"loop",
"greenpioneersolutions"
],
"author": "GreenPioneer",
"license": "MIT",
"bugs": {
"url": "https://github.com/greenpioneersolutions/serial-loop/issues"
},
"homepage": "https://github.com/greenpioneersolutions/serial-loop#readme"
}