forked from hanachin/karma-handlebars-preprocessor
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 916 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
{
"name": "karma-handlebars-preprocessor",
"version": "0.3.0",
"description": "A Karma plugin. Compile handlebars template on the fly.",
"main": "index.js",
"scripts": {
"test": "grunt jshint && mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/petrbela/karma-handlebars-preprocessor.git"
},
"bugs": {
"url": "https://github.com/petrbela/karma-handlebars-preprocessor/issues"
},
"keywords": [
"karma-plugin",
"preprocessor",
"handlebars"
],
"authors": [
"hanachin <[email protected]>",
"Petr Bela <[email protected]>"
],
"dependencies": {
"handlebars": "*"
},
"peerDependencies": {
"karma": ">=0.9"
},
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"grunt": "^0.4.5",
"grunt-bump": "^0.2.0",
"grunt-contrib-jshint": "^0.11.0",
"mocha": "~1.12.0"
},
"license": "MIT"
}