-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 903 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": "lasso-dust",
"description": "Lasso.js plugin to support compilation of Dust templates",
"keywords": [
"lasso",
"lasso-plugin",
"marko"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-dust.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": {
"dustc-commonjs": "1.0.0",
"dustjs-linkedin": "^2.3.5"
},
"devDependencies": {
"chai": "^4.1.2",
"lasso": "^3.1.4",
"mocha": "^3.5.3"
},
"license": "Apache License v2.0",
"bin": {},
"main": "./lasso-dust-plugin.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "2.0.0"
}