-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
{
"name": "frozen-filters-js",
"version": "0.3.4",
"description": "Filters for liquidjs template engine",
"publisher": "a-bentofreire",
"keywords": [
"liquid",
"filters",
"liquidjs",
"jekyllrb"
],
"readme": "README.md",
"readmeFilename": "README.md",
"author": {
"name": "Alexandre Bento Freire",
"email": "devtoix@a-bentofreire.com",
"url": "https://github.com/a-bentofreire"
},
"license": "MIT",
"engines": {
"node": "*"
},
"homepage": "https://www.devtoix.com/en/projects/frozen-filters-js",
"bugs": "https://github.com/a-bentofreire/frozen-filters-js/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/a-bentofreire/frozen-filters-js.git"
},
"main": "frozen-filters-js",
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"test": "mocha test/tests.js"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.5",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.0",
"chai": "^4.1.2",
"liquidjs": "^6.0.0",
"mocha": "^5.2.0"
}
}