UNPKG

1.42 kBJSONView Raw
1{
2 "name": "ghost-ignition",
3 "version": "3.0.0",
4 "description": "Basic configuration and tooling shared across applications",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint lib test",
8 "test": "npm run lint && mocha -- $(find test -name '*.test.js')",
9 "posttest": "yarn lint",
10 "preship": "yarn test",
11 "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
12 },
13 "keywords": [
14 "ghost",
15 "tooling",
16 "config",
17 "errors",
18 "nconf",
19 "configuration"
20 ],
21 "files": [
22 "index.js",
23 "lib"
24 ],
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/TryGhost/Ignition.git"
28 },
29 "author": "Ghost Foundation",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/TryGhost/Ignition/issues"
33 },
34 "engine": {
35 "node": ">=6"
36 },
37 "homepage": "https://github.com/TryGhost/Ignition#readme",
38 "dependencies": {
39 "bunyan": "1.8.12",
40 "bunyan-loggly": "^1.3.1",
41 "caller": "1.0.1",
42 "debug": "^2.6.9",
43 "find-root": "1.1.0",
44 "fs-extra": "^3.0.1",
45 "json-stringify-safe": "^5.0.1",
46 "lodash": "^4.16.4",
47 "moment": "^2.15.2",
48 "nconf": "^0.10.0",
49 "prettyjson": "^1.1.3",
50 "uuid": "^3.0.0"
51 },
52 "devDependencies": {
53 "chai": "3.5.0",
54 "eslint": "4.19.1",
55 "mocha": "3.0.1",
56 "should": "11.1.1",
57 "sinon": "1.17.6"
58 }
59}