-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 934 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
{
"name": "requirejs-mustache",
"version": "0.0.3",
"description": "A RequireJS/AMD loader plugin for Mustache.js micro-templates",
"homepage": "http://github.com/jfparadis/requirejs-mustache",
"keywords": [
"require",
"requirejs",
"mustache",
"template"
],
"maintainers": [
{
"name": "Jean-Francois Paradis",
"twitter": "@jfparadis",
"email": "[email protected]",
"web": "http://jeanfrancoisparadis.com/"
}
],
"bugs": {
"url": "https://github.com/jfparadis/requirejs-mustache/issues"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:jfparadis/requirejs-mustache.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}