-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 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
{
"name": "lol-tiny-loader",
"version": "0.1.7",
"description": "A minimalistic AMD loader (alternative to RequireJS)",
"repository": {
"type": "git",
"url": "git+https://github.com/ulrichb/LolTinyLoader.git"
},
"files": [
"dist/**"
],
"author": "ulrichb",
"license": "MIT",
"keywords": [
"amd",
"loader",
"tiny",
"minimalistic",
"synchronous",
"typescript"
],
"bugs": "https://github.com/ulrichb/LolTinyLoader/issues",
"homepage": "https://github.com/ulrichb/LolTinyLoader#readme",
"devDependencies": {
"@types/jasmine": "^3.3.12",
"@types/node": "^11.12.2",
"esm": "^3.2.22",
"gulp": "^4.0.0",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"typescript": "^3.4.1"
}
}