-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "smash-template-engine-filters",
"version": "1.7.1",
"description": "Basic filters for SmashTemplateEngine",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter=lcovonly -- test --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Noxs/SmashTemplateEngineFilters.git"
},
"keywords": [
"SmashTemplateEngine",
"Filters"
],
"author": "Smash & Co",
"license": "MIT",
"bugs": {
"url": "https://github.com/Noxs/SmashTemplateEngineFilters/issues"
},
"homepage": "https://github.com/Noxs/SmashTemplateEngineFilters#readme",
"dependencies": {
"moment": "^2.26.0"
},
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.7.0",
"coveralls": "^3.1.0",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
"sinon": "^4.5.0"
}
}