-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 Bytes
/
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
{
"name": "neutrino-middleware-xml",
"version": "0.0.1",
"description": "Neutrino middleware for creating XML files based on templates.",
"main": "index.js",
"scripts": {
"release": "standard-version -r",
"test": "ava --fail-fast test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sammarks/neutrino-middleware-xml.git"
},
"keywords": [
"neutrino-middleware",
"neutrino",
"middleware",
"webpack",
"xml"
],
"author": "Sam Marks <sam@sammarks.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sammarks/neutrino-middleware-xml/issues"
},
"homepage": "https://github.com/sammarks/neutrino-middleware-xml#readme",
"peerDependencies": {
"neutrino": "^8.0.0"
},
"dependencies": {
"xml-webpack-plugin": "0.0.2"
},
"devDependencies": {
"ava": "^0.25.0",
"neutrino": "^8.3.0",
"standard-version": "^4.4.0",
"tap-xunit": "^2.3.0"
}
}