-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 819 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 819 Bytes
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
{
"name": "manifest-loader",
"version": "0.0.1",
"description": "A webpack loader to generate dynamic asset manifests for static assets (images, sounds, videos) for passing into a preloading system ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RinconStrategies/manifest-loader.git"
},
"keywords": [
"webpack",
"manifest",
"preloading"
],
"author": "Charles King",
"license": "MIT",
"bugs": {
"url": "https://github.com/RinconStrategies/manifest-loader/issues"
},
"homepage": "https://github.com/RinconStrategies/manifest-loader",
"peerDependencies": {
"loader-utils": "^0.2.11",
"recursive-readdir": "^1.2.1",
"lodash.assign": "^3.2.0"
}
}