forked from jhamlet/svg-react-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"name": "svg-react-loader",
"fullname": "SVG to React Loader",
"description": "A Webpack Loader to turn SVGs into React Components",
"version": "0.3.6",
"keywords": [
"webpack",
"loader",
"react",
"svg",
"component",
"jsx"
],
"main": "./index.js",
"dependencies": {
"xml2js": "^0.4",
"lodash": "^4.12.0",
"loader-utils": "^0.2"
},
"devDependencies": {
"react": "^0.14",
"react-dom": "^0.14",
"babel-core": "^6.0",
"babel-loader": "^6.0",
"babel-preset-es2015": "^6.3",
"babel-preset-react": "^6.3",
"webpack": "^1.0",
"webpack-dev-server": "^1.0",
"mocha": "^2.0",
"should": "^7.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec test/test-*.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/jhamlet/svg-react-loader.git"
},
"bugs": {
"url": "http://github.com/jhamlet/svg-react-loader/issues"
},
"contributors": [
"Jerry Hamlet <jerry@hamletink.com> (http://hamletink.com)",
"Jonathan Ong <me@jongleberry.com> (http://twitter.com/jongleberry)"
]
}