|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
739 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "binary-extensions",
|
|---|
| 3 | "version": "2.3.0",
|
|---|
| 4 | "description": "List of binary file extensions",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "sindresorhus/binary-extensions",
|
|---|
| 7 | "funding": "https://github.com/sponsors/sindresorhus",
|
|---|
| 8 | "author": {
|
|---|
| 9 | "name": "Sindre Sorhus",
|
|---|
| 10 | "email": "sindresorhus@gmail.com",
|
|---|
| 11 | "url": "https://sindresorhus.com"
|
|---|
| 12 | },
|
|---|
| 13 | "sideEffects": false,
|
|---|
| 14 | "engines": {
|
|---|
| 15 | "node": ">=8"
|
|---|
| 16 | },
|
|---|
| 17 | "scripts": {
|
|---|
| 18 | "test": "xo && ava && tsd"
|
|---|
| 19 | },
|
|---|
| 20 | "files": [
|
|---|
| 21 | "index.js",
|
|---|
| 22 | "index.d.ts",
|
|---|
| 23 | "binary-extensions.json",
|
|---|
| 24 | "binary-extensions.json.d.ts"
|
|---|
| 25 | ],
|
|---|
| 26 | "keywords": [
|
|---|
| 27 | "binary",
|
|---|
| 28 | "extensions",
|
|---|
| 29 | "extension",
|
|---|
| 30 | "file",
|
|---|
| 31 | "json",
|
|---|
| 32 | "list",
|
|---|
| 33 | "array"
|
|---|
| 34 | ],
|
|---|
| 35 | "devDependencies": {
|
|---|
| 36 | "ava": "^1.4.1",
|
|---|
| 37 | "tsd": "^0.7.2",
|
|---|
| 38 | "xo": "^0.24.0"
|
|---|
| 39 | }
|
|---|
| 40 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.