-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (42 loc) · 1014 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
38
39
40
41
42
{
"name": "asjs",
"description": "async/await for js",
"homepage": "https://github.com/omgtehlion/asjs",
"author": {
"name": "Anton Drachev",
"email": "[email protected]",
"url": "https://github.com/omgtehlion"
},
"maintainers": [
{
"name": "Anton Drachev",
"email": "[email protected]"
}
],
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/omgtehlion/asjs.git"
},
"dependencies": {
"vow": "=0.4.5"
},
"devDependencies": {
"vow-fs": ">=0.3.2",
"when": ">=2.7.0"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.4.0"
},
"bin": "./asjs.js",
"main": "./src/index.js",
"scripts": {
"test": "node tests",
"bench": "node --expose-gc asjs benchmarks"
},
"license": {
"type": "BSD",
"url": "https://github.com/omgtehlion/asjs/raw/master/license.txt"
}
}