UNPKG

2.49 kBJSONView Raw
1{
2 "name": "tarima",
3 "version": "4.5.1",
4 "description": "Templating madness!",
5 "main": "lib/index.js",
6 "bin": {
7 "tarima": "bin/tarima"
8 },
9 "files": [
10 "lib/**",
11 "bin/**"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/tacoss/tarima.git"
16 },
17 "bugs": {
18 "url": "https://github.com/tacoss/tarima/issues"
19 },
20 "keywords": [
21 "templating",
22 "template",
23 "partial",
24 "views"
25 ],
26 "author": {
27 "name": "Alvaro Cabrera",
28 "email": "pateketrueke@gmail.com"
29 },
30 "license": "MIT",
31 "engines": {
32 "node": ">=0.4.8"
33 },
34 "scripts": {
35 "dev": "npm run spec -- --verbose --autoTest --watchFolders lib",
36 "lint": "eslint lib bin",
37 "spec": "jasmine-node --coffee spec",
38 "cover": "istanbul cover --root lib --x '**/spec/**' -- jasmine-node --coffee spec",
39 "cover:up": "codecov --file=coverage/lcov.info --disable=gcov -e TRAVIS_NODE_VERSION",
40 "test": "npm run lint && npm run spec --"
41 },
42 "dependencies": {
43 "debug": "^4.0.1",
44 "deindent": "^0.1.0",
45 "dotenv": "^8.0.0",
46 "fs-extra": "^8.0.1",
47 "glob": "^7.1.2",
48 "global-or-local": "^0.1.2",
49 "js-yaml": "^3.13.0",
50 "log-pose": "^0.3.4",
51 "memory-fs": "^0.4.1",
52 "micromatch": "^4.0.1",
53 "redent": "^3.0.0",
54 "rewrite-exports": "^0.0.1",
55 "rewrite-imports": "^2.0.3",
56 "tosource": "^1.0.0",
57 "wargs": "^0.8.2",
58 "worker-farm": "^1.5.2"
59 },
60 "devDependencies": {
61 "asciidoctor.js": "^1.5.7",
62 "autoprefixer": "^9.1.5",
63 "babel-core": "^6.18.2",
64 "babel-preset-es2015": "^6.24.0",
65 "buble": "^0.19.3",
66 "codecov": "^3.1.0",
67 "coffeescript": "^2.3.1",
68 "ejs": "^2.5.2",
69 "eslint": "^5.5.0",
70 "eslint-config-airbnb-base": "^13.1.0",
71 "eslint-plugin-import": "^2.8.0",
72 "fast-async": "^6.2.2",
73 "gen-pug-source-map": "^1.0.0",
74 "handlebars": "^4.1.0",
75 "istanbul": ">=0.4.3",
76 "jasmine-node": "^3.0.0",
77 "kramed": ">=0.5.5",
78 "less": "^3.8.1",
79 "liquid-node": "^3.0.0",
80 "node-sass": "^4.9.3",
81 "nodent": "^3.1.3",
82 "postcss": "^7.0.2",
83 "pug": ">=2.0.0-beta11",
84 "rimraf": ">=2.5.4",
85 "rollup": "^1.14.4",
86 "rollup-plugin-commonjs": "^10.0.0",
87 "rollup-plugin-node-resolve": "^5.0.1",
88 "styl": ">=0.2.9",
89 "sucrase": "^3.9.5",
90 "swc": "^1.0.5",
91 "terser": "^4.0.0",
92 "traceur": "^0.0.111",
93 "typescript": "^3.0.3"
94 },
95 "optionalDependencies": {
96 "node-notifier": "^5.1.2",
97 "nsfw": "^1.2.2"
98 }
99}