1 | {
|
2 | "name": "@lasso/marko-taglib",
|
3 | "version": "2.0.3",
|
4 | "description": "A taglib to use Marko with Lasso",
|
5 | "main": "index.js",
|
6 | "scripts": {
|
7 | "lint": "eslint . test/",
|
8 | "mocha": "mocha test/*-test.js",
|
9 | "test": "npm run lint && nyc npm run mocha",
|
10 | "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git+https://github.com/lasso-js/lasso-marko-taglib.git"
|
15 | },
|
16 | "keywords": [
|
17 | "lasso",
|
18 | "marko",
|
19 | "taglib"
|
20 | ],
|
21 | "author": "",
|
22 | "license": "MIT",
|
23 | "bugs": {
|
24 | "url": "https://github.com/lasso-js/lasso-marko-taglib/issues"
|
25 | },
|
26 | "homepage": "https://github.com/lasso-js/lasso-marko-taglib#readme",
|
27 | "peerDependencies": {
|
28 | "lasso": ">=3",
|
29 | "lasso-marko": ">=3.0.1",
|
30 | "marko": ">=4.7.0 || ^5"
|
31 | },
|
32 | "devDependencies": {
|
33 | "codecov": "^2.3.0",
|
34 | "eslint": "^4.8.0",
|
35 | "eslint-config-marko": "^1.0.1",
|
36 | "lasso": "^3.0.0",
|
37 | "lasso-marko": "^3.0.0",
|
38 | "marko": "^5.0.0",
|
39 | "mocha": "^4.0.0",
|
40 | "nyc": "^11.2.1"
|
41 | },
|
42 | "dependencies": {
|
43 | "async": "^0.9.2",
|
44 | "lasso-resolve-from": "^1.2.0",
|
45 | "raptor-async": "^1.1.3",
|
46 | "raptor-logging": "^1.1.3",
|
47 | "raptor-util": "^1.1.2"
|
48 | }
|
49 | }
|