-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 978 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
{
"name": "react-asset-loader",
"version": "0.0.1",
"description": "A simple react component for loading assets. It allows you to load from a single asset to multiple assets without affecting the pageload speed. You can also add custom classes, attributes and callback functions.",
"main": "index.js",
"author": {
"name": "Juan Cabrera",
"email": "[email protected]",
"url" : "http://juan.me/"
},
"homepage": "https://github.com/juancabrera/react-asset-loader",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/juancabrera/react-asset-loader"
},
"keywords": [
"react",
"asset-loader",
"image",
"video"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/juancabrera/react-asset-loader/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/juancabrera/react-asset-loader/issues"
}
}