-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"author": "Jonathan Alzetta <jonathan@wooclap.com>",
"bugs": {
"url": "https://github.com/dfdeagle47/react-svg-inline-loader/issues"
},
"dependencies": {
"loader-utils": "^0.2.14"
},
"description": "Finds all svg files require'd in as a React Component and inlines them.",
"devDependencies": {
"mocha": "^2.4.5",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"should": "^8.3.1",
"webpack": "^1.13.0"
},
"directories": {},
"homepage": "https://github.com/dfdeagle47/react-svg-inline-loader",
"keywords": [
"svg",
"inline",
"webpack",
"loader",
"react"
],
"license": "WTFPL",
"main": "src/loader.js",
"maintainers": [
{
"name": "nightwolfz",
"email": "ryan@megidov.com"
}, {
"name": "jalzetta",
"email": "jonathan@wooclap.com"
}
],
"name": "@jonathan.alzetta/react-svg-inline-loader",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/dfdeagle47/react-svg-inline-loader"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.1"
}