-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
37 lines (37 loc) · 939 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": "requirejs-tpl",
"description": "RequireJS UnderscoreJS template plugin",
"version": "0.0.2",
"keywords": [
"requirejs",
"underscore",
"template",
"javascript"
],
"maintainers": [
{
"name": "Jean-Francois Paradis",
"twitter": "@jfparadis",
"web": "http://www.jeanfrancoisparadis.com"
}
],
"dependencies": {
"http://github.com/jfparadis/requirejs-tpl": "master"
},
"bugs": {
"url": "https://github.com/jfparadis/requirejs-tpl/issues"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:jfparadis/requirejs-tpl.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://github.com/jfparadis/requirejs-tpl"
}