1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "texinfo",
- "version": "0.1.0",
- "main": "dist/info.js",
- "repository": {
- "type": "git",
- "url": "https://notabug.org/mthl/texinfo.git"
- },
- "email": "bug-texinfo@gnu.org",
- "homepage": "https://www.gnu.org/texinfo",
- "contributors": [
- "Per Bothner <per@gnu.org>",
- "Mathieu Lirzin <mthl@gnu.org>"
- ],
- "license": "GPL-3.0",
- "dependencies": {},
- "devDependencies": {
- "rollup": "^0.41.6",
- "rollup-plugin-buble": "^0.15.0",
- "rollup-plugin-eslint": "^3.0.0",
- "rollup-plugin-uglify": "^2.0.1"
- },
- "scripts": {
- "build": "rollup --config build-aux/rollup.js",
- "build:kawa": "rollup --config build-aux/rollup-kawa.js",
- "dist": "rollup --config build-aux/rollup-dist.js"
- },
- "files": [
- "dist"
- ]
- }
|