UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@dynacom/blaze",
3 "version": "2.0.14",
4 "description": "",
5 "main": "cli.js",
6 "dependencies": {
7 "chokidar": "^2.0.3",
8 "commander": "^2.15.1",
9 "cookies": "^0.7.1",
10 "formidable": "^1.2.0",
11 "fs-extra": "^5.0.0",
12 "mime-types": "^2.1.17",
13 "pidusage": "^2.0.6",
14 "semver": "^5.5.0",
15 "url-pattern": "^1.0.3",
16 "vm2": "^3.6.0"
17 },
18 "scripts": {
19 "test": "nyc mocha --timeout=30000"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/DynaComSolutions/Blaze.git"
24 },
25 "author": "",
26 "license": "ISC",
27 "bugs": {
28 "url": "https://github.com/DynaComSolutions/Blaze/issues"
29 },
30 "homepage": "https://github.com/DynaComSolutions/Blaze#readme",
31 "bin": {
32 "blaze": "./cli.js"
33 },
34 "preferGlobal": true,
35 "nyc": {
36 "reporter": [
37 "lcov",
38 "text-summary",
39 "html"
40 ],
41 "check-coverage": true,
42 "per-file": true,
43 "cache": true,
44 "all": true,
45 "report-dir": "./.reports"
46 },
47 "devDependencies": {
48 "mocha": "^5.2.0",
49 "mockdate": "^2.0.2",
50 "nyc": "^11.2.1"
51 }
52}