-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 886 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
{
"name": "vargate",
"private": false,
"version": "0.9.4",
"description": "Async Javascript library for code that should only run after data becomes available.",
"author": {
"name": "Jonathan Perez",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jonathan Perez",
"email": "[email protected]"
}
],
"keywords": [
"async",
"asynchronous",
"synchronous"
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"google-closure-compiler": "^20180204.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-requirejs": "^0.4.4"
},
"scripts": {
"start": "",
"test": ""
},
"main": "vargate.js",
"repository": {
"type": "git",
"url": "[email protected]:jperezov/vargate.git",
"website": "https://github.com/jperezov/vargate"
},
"license": "MIT"
}