-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 948 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
38
{
"name": "lasso-handlebars",
"description": "Lasso.js plugin to support compilation of Handlebars templates",
"keywords": [
"lasso",
"lasso-plugin",
"handlebars"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-handlebars.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>"
],
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {},
"devDependencies": {
"chai": "~1.8.1",
"handlebars": "^4.0.5",
"lasso": "^2.11.16",
"mocha": "~1.15.1"
},
"peerDependencies": {
"handlebars": "*"
},
"license": "Apache License v2.0",
"bin": {},
"main": "./lasso-handlebars-plugin.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "2.0.0"
}