-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
48 lines (48 loc) · 1000 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
43
44
45
46
47
48
{
"name": "preloader",
"version": "4.0.3",
"description": "A library for loading common web assets",
"main": "index.js",
"scripts": {
"test": "npm run lint && budo test/ --open --dir test/",
"lint": "semistandard --fix"
},
"repository": {
"type": "git",
"url": "[email protected]:Jam3/preloader.git"
},
"keywords": [
"preload",
"load",
"json",
"image",
"binary",
"loader",
"preloader"
],
"author": {
"name": "Nick Poisson",
"email": "[email protected]",
"url": "https://github.com/njam3"
},
"contributors": [
{
"name": "Mikko Haapoja",
"email": "[email protected]",
"url": "https://github.com/mikkoh"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Jam3/preloader/issues"
},
"homepage": "https://github.com/Jam3/preloader",
"dependencies": {
"base64mime": "0.0.3",
"js-oop": "^1.0.0"
},
"devDependencies": {
"budo": "9.2.1",
"semistandard": "9.1.0"
}
}