-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 KB
/
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
{
"name": "requirejs-mustache-loader",
"version": "1.0.5",
"description": "Load Mustache templates dynamically, compile during build and auto resolve partials",
"main": "main.js",
"scripts": {
"test": "node test/program.js",
"posttest": "#eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/daytona/requirejs-mustache-loader.git"
},
"keywords": [
"require",
"requirejs",
"mustache"
],
"author": "Carl Törnqvist <calle.tornqvist@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/daytona/requirejs-mustache-loader/issues"
},
"homepage": "https://github.com/daytona/requirejs-mustache-loader#readme",
"devDependencies": {
"bower": "^1.6.3",
"eslint": "^1.7.3",
"mustache": "^2.2.0",
"requirejs": "^2.1.20",
"tape": "^4.2.2",
"text": "git+https://github.com/requirejs/text.git"
},
"peerDependencies": {
"mustache": "^2.2.0",
"requirejs": "^2.1.20",
"text": "git+https://github.com/requirejs/text.git"
}
}