35 lines
702 B
JSON
35 lines
702 B
JSON
{
|
|
"name": "xml-loader",
|
|
"version": "1.1.0",
|
|
"description": "A webpack module to load XML files.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"xml2js": "^0.4.16",
|
|
"loader-utils": "0.2.x"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gisikw/xml-loader.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"loader",
|
|
"xml"
|
|
],
|
|
"author": {
|
|
"name": "Kevin Gisi",
|
|
"email": "kevin@kevingisi.com",
|
|
"web": "http://twitter.com/cheerskevin"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/mit-license.html"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/gisikw/xml-loader/issues"
|
|
}
|
|
}
|