-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1009 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
40
41
{
"name": "texture-plugin-jats",
"version": "0.3.0",
"description": "JATS XML validators for Texture",
"main": "dist/texture-plugin-jats.cjs.js",
"scripts": {
"lint": "standard \"src/**/*.js\"",
"prepack": "npm install && node make publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"author": {
"name": "Substance",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/substance/texture-plugin-jats.git"
},
"bugs": {
"url": "https://github.com/substance/texture-plugin-jats/issues"
},
"homepage": "https://github.com/substance/texture-plugin-jats#readme",
"devDependencies": {
"standard": "12.0.1",
"substance": "0.142.0",
"substance-bundler": "0.25.5",
"texture-xml-utils": "0.2.0",
"uglify-es": "^3.3.9"
},
"peerDependencies": {
"substance": "^0.142.0"
},
"files": [
"src",
"dist",
"package.json",
"*.md",
"rng"
]
}