-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 795 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": "dombarsify",
"version": "0.0.3",
"description": "DOMBars precompiler plugin for Browserify",
"main": "dombarsify.js",
"scripts": {
"test": "browserify -t ./ test/*.js | testling"
},
"repository": {
"type": "git",
"url": "https://github.com/blakeembrey/node-dombarsify.git"
},
"keywords": [
"dombars",
"template",
"dom",
"html",
"handlebars",
"mustache"
],
"author": "Blake Embrey",
"license": "MIT",
"bugs": {
"url": "https://github.com/blakeembrey/node-dombarsify/issues"
},
"homepage": "https://github.com/blakeembrey/node-dombarsify",
"dependencies": {
"through": "~2.3.4"
},
"peerDependencies": {
"dombars": "*"
},
"devDependencies": {
"tape": "~2.1.0",
"browserify": "~2.35.2"
}
}