forked from webpack-contrib/svg-inline-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 KB
/
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
{
"name": "svg-inline-loader",
"version": "0.8.0",
"description": "Cleans up and inlines your SVG files into Webpack module.",
"author": "Jaeho Lee <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "karma start",
"release": "standard-version"
},
"dependencies": {
"loader-utils": "^0.2.11",
"object-assign": "^4.0.1",
"simple-html-tokenizer": "^0.1.1"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-spies": "^0.7.1",
"json-loader": "^0.5.4",
"karma": "^1.0.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.5.1",
"lodash": "^4.6.1",
"mocha": "^2.5.3",
"node-libs-browser": "^1.0.0",
"raw-loader": "^0.5.1",
"standard-version": "^4.2.0",
"webpack": "^1.13.1"
},
"repository": {
"type": "git",
"url": "[email protected]:sairion/svg-inline-loader.git"
},
"bugs": {
"url": "https://github.com/sairion/svg-inline-loader/issues"
},
"homepage": "https://github.com/sairion/svg-inline-loader",
"keywords": [
"svg",
"webpack",
"react",
"loader"
]
}