1 | { |
||
2 | "name": "node-patternlibrary", |
||
3 | "version": "0.0.3", |
||
4 | "description": "a tiny flat file pattern-library generator", |
||
5 | "main": "index.js", |
||
6 | "scripts": { |
||
7 | "test": "mocha --compilers js:babel-register" |
||
8 | }, |
||
9 | "author": "Björn Bartels <[email protected]>", |
||
10 | "license": "Apache-2.0", |
||
11 | "bin": {}, |
||
12 | "dependencies": { |
||
13 | "require-dir": "^0.3", |
||
14 | "mkdirp": "^0.5", |
||
15 | "curl": "^0.1", |
||
16 | "query-string": "^5", |
||
17 | "querystring": "^0.2", |
||
18 | "deep-extend": "^0.5", |
||
19 | "front-matter": "^2", |
||
20 | "fs-extra": "^5", |
||
21 | "glob": "^7", |
||
22 | "js-yaml": "^3", |
||
23 | "jsonfile": "^4", |
||
24 | "chalk": "^2", |
||
25 | "nopt": "^4", |
||
26 | "panini": "^1", |
||
27 | "slash": "^1", |
||
28 | "through2": "^2", |
||
29 | "vinyl-fs": "^3", |
||
30 | "marked": "^0.3.7", |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
31 | "jsdoc-api": "^4", |
||
32 | "jsdoc3-parser": "^1", |
||
33 | "sassdoc": "^2", |
||
34 | "supercollider": "^1", |
||
35 | "cheerio": "^0.22", |
||
36 | "highlight.js": "^9", |
||
37 | "inky": "^1", |
||
38 | "js-beautify": "^1", |
||
39 | "kebab-case": "^1", |
||
40 | "multiline": "^1", |
||
41 | "string-template": "^1", |
||
42 | "strip-indent": "^2", |
||
43 | "assert-dir-equal": "^1", |
||
44 | "babel": "^6.3.26", |
||
45 | "babel-preset-es2015": "^6.3.13", |
||
46 | "babel-register": "^6.4.3", |
||
47 | "babel-runtime": "^6.3.19", |
||
48 | "coveralls": "^3", |
||
49 | "gulp": "^3", |
||
50 | "mocha": "^4", |
||
51 | "mocha-lcov-reporter": "^1" |
||
52 | }, |
||
53 | "devDependencies": {}, |
||
54 | "repository": { |
||
55 | "type": "git", |
||
56 | "url": "https://gitlab.bjoernbartels.earth/js/patternlibrary" |
||
57 | }, |
||
58 | "bugs": { |
||
59 | "url": "https://gitlab.bjoernbartels.earth/js/patternlibrary/issues", |
||
60 | "email": "[email protected]" |
||
61 | }, |
||
62 | "babel": { |
||
63 | "presets": [ |
||
64 | "es2015" |
||
65 | ] |
||
66 | }, |
||
67 | "private": false |
||
68 | } |
||
69 |