Projekt

Obecné

Profil

Stáhnout (728 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "figgy-pudding",
3
  "version": "3.5.2",
4
  "description": "Delicious, festive, cascading config/opts definitions",
5
  "main": "index.js",
6
  "files": [
7
    "*.js",
8
    "lib"
9
  ],
10
  "scripts": {
11
    "prerelease": "npm t",
12
    "postrelease": "npm publish && git push --follow-tags",
13
    "pretest": "standard",
14
    "release": "standard-version -s",
15
    "test": "tap -J --100 --coverage test/*.js"
16
  },
17
  "repository": "https://github.com/npm/figgy-pudding",
18
  "keywords": [
19
    "config",
20
    "options",
21
    "yummy"
22
  ],
23
  "author": "Kat Marchán <kzm@sykosomatic.org>",
24
  "license": "ISC",
25
  "dependencies": {},
26
  "devDependencies": {
27
    "standard": "^11.0.1",
28
    "standard-version": "^4.4.0",
29
    "tap": "^12.0.1"
30
  }
31
}
(5-5/5)