forked from jfparadis/requirejs-tpl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 888 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
{
"name": "requirejs-undertemplate",
"description": "Require.js loader plugin for underscore.js templates",
"version": "0.0.6",
"keywords": [
"requirejs",
"underscore",
"template",
"javascript"
],
"maintainers": [
{
"name": "JC Brand",
"twitter": "@jcopkode",
"web": "https://opkode.com"
}
],
"dependencies": {
"requirejs": "^2.3.3",
"requirejs-text": "~2.0.12",
"underscore": "^1.8.3"
},
"bugs": {
"url": "https://github.com/jcbrand/requirejs-tpl/issues"
},
"repositories": [
{
"type": "git",
"url": "git@github.com:jcbrand/requirejs-tpl.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://github.com/jcbrand/requirejs-tpl",
"devDependencies": {
"http-server": "^0.10.0"
}
}