forked from zkat/can.viewify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1002 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
39
40
41
42
43
44
{
"name": "can.viewify",
"author": "Kat Marchán <[email protected]>",
"version": "0.2.2",
"description": "Browserify transform that allows using require() on .mustache and .ejs files in CanJS applications",
"main": "index.js",
"scripts": {
"install": "$(npm bin)/napa",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zkat/can.viewify.git"
},
"keywords": [
"browserify-transform",
"canjs",
"browserify",
"mustache",
"handlebars",
"ejs"
],
"licenses": [
{
"type": "CC0",
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
}
],
"bugs": {
"url": "https://github.com/zkat/can.viewify/issues"
},
"dependencies": {
"through": "~2.3.4",
"jsdom": "^0.10.2",
"napa": "^0.4.0"
},
"napa": {
"canjs": "bitovi/canjs.com#v2.0.5",
"jquery": "jquery/jquery#1.9.1"
},
"devDependencies": {
"napa": "^0.4.0"
}
}