main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "rechoir",
|
---|
| 3 | "version": "0.8.0",
|
---|
| 4 | "description": "Prepare a node environment to require files with different extensions.",
|
---|
| 5 | "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
|
---|
| 6 | "contributors": [
|
---|
| 7 | "Blaine Bublitz <blaine.bublitz@gmail.com>",
|
---|
| 8 | "Tyler Kellen <tyler@sleekcode.net> (http://goingslowly.com/)"
|
---|
| 9 | ],
|
---|
| 10 | "repository": "gulpjs/rechoir",
|
---|
| 11 | "license": "MIT",
|
---|
| 12 | "engines": {
|
---|
| 13 | "node": ">= 10.13.0"
|
---|
| 14 | },
|
---|
| 15 | "main": "index.js",
|
---|
| 16 | "files": [
|
---|
| 17 | "LICENSE",
|
---|
| 18 | "index.js",
|
---|
| 19 | "lib/"
|
---|
| 20 | ],
|
---|
| 21 | "scripts": {
|
---|
| 22 | "lint": "eslint .",
|
---|
| 23 | "pretest": "rm -rf tmp/ && npm run lint",
|
---|
| 24 | "test": "nyc mocha --async-only"
|
---|
| 25 | },
|
---|
| 26 | "dependencies": {
|
---|
| 27 | "resolve": "^1.20.0"
|
---|
| 28 | },
|
---|
| 29 | "devDependencies": {
|
---|
| 30 | "eslint": "^7.21.0",
|
---|
| 31 | "eslint-config-gulp": "^5.0.1",
|
---|
| 32 | "expect": "^27.0.0",
|
---|
| 33 | "mocha": "^8.3.0",
|
---|
| 34 | "nyc": "^15.1.0"
|
---|
| 35 | },
|
---|
| 36 | "nyc": {
|
---|
| 37 | "reporter": [
|
---|
| 38 | "lcov",
|
---|
| 39 | "text-summary"
|
---|
| 40 | ]
|
---|
| 41 | },
|
---|
| 42 | "prettier": {
|
---|
| 43 | "singleQuote": true
|
---|
| 44 | },
|
---|
| 45 | "keywords": [
|
---|
| 46 | "require",
|
---|
| 47 | "loader",
|
---|
| 48 | "extension",
|
---|
| 49 | "extensions",
|
---|
| 50 | "prepare"
|
---|
| 51 | ]
|
---|
| 52 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.