-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 918 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
{
"name": "async-js-bootstrap-template",
"version": "0.0.21",
"description": "The bootstrap template to resolve dependencies of an js app before its invocation",
"homepage": "https://github.com/juliyvchirkov/async-js-bootstrap-template",
"repository": {
"type": "git",
"url": "git+https://github.com/juliyvchirkov/async-js-bootstrap-template.git"
},
"bugs": {
"url": "https://github.com/juliyvchirkov/async-js-bootstrap-template/issues"
},
"author": {
"name": "Juliy V. Chirkov",
"url": "https://juliyvchirkov.github.io"
},
"license": "MIT",
"keywords": [
"app",
"async",
"asynchronous",
"bootstrap",
"browser",
"concept",
"dependency",
"dependencies",
"dev",
"development",
"es5",
"helper",
"js",
"javascript",
"loading",
"resolving",
"template",
"tool",
"util",
"utility"
"wrapper"
]
}