-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.21 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
39
40
41
42
43
44
45
46
{
"name": "require-handlebars-plugin",
"version": "2.0.0-beta.0",
"author": "Alex Sexton <[email protected]>",
"description": "A plugin for handlebars in require.js",
"repository": {
"type": "git",
"url": "https://[email protected]/SlexAxton/require-handlebars-plugin.git"
},
"license": "MIT",
"main": "hbs",
"volo": {
"type": "directory",
"dependencies": {
"Handlebars": "https://raw.github.com/SlexAxton/require-handlebars-plugin/master/Handlebars.js"
}
},
"jam": {
"name": "hbs",
"dependencies": {
"Handlebars": null
}
},
"scripts": {
"test": "node_modules/karma/bin/karma start --singleRun"
},
"contributors": [
"Xavier Damman <[email protected]>"
],
"devDependencies": {
"karma": "~0.13.9",
"karma-cajon": "0.0.1",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.2.0",
"karma-coffee-preprocessor": "~0.3.0",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.6",
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.1",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.1.0",
"mocha": "~2.3.0",
"requirejs": "~2.1.15"
}
}