SAP-BTP-Spielwiese/app1/node_modules/mustache/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

56 lines
1.5 KiB
JSON

{
"name": "mustache",
"version": "2.2.1",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",
"repository": {
"type": "git",
"url": "https://github.com/janl/mustache.js.git"
},
"keywords": [
"mustache",
"template",
"templates",
"ejs"
],
"main": "./mustache.js",
"bin": {
"mustache": "./bin/mustache"
},
"files": [
"mustache.js",
"mustache.min.js",
"bin",
"wrappers",
"LICENSE"
],
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
},
"engines": {
"npm": ">=1.4.0"
},
"scripts": {
"pretest": "eslint mustache.js bin/mustache",
"test": "mocha --reporter spec test/*-test.js",
"test-render": "mocha --reporter spec test/render-test",
"pre-test-browser": "node test/create-browser-suite.js",
"test-browser": "npm run pre-test-browser && zuul -- test/context-test.js test/parse-test.js test/scanner-test.js test/render-test-browser.js",
"test-browser-local": "npm run pre-test-browser && zuul --local 8080 -- test/context-test.js test/scanner-test.js test/parse-test.js test/render-test-browser.js"
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^1.7.3",
"mocha": "^2.1.0",
"zuul": "^3.7.0"
},
"spm": {
"main": "mustache.js",
"ignore": [
"test",
"wrappers"
]
},
"license": "MIT"
}