forked from nikku/karma-browserify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 957 Bytes
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
{
"name": "karma-bro",
"description": "A fast browserify integration for Karma that handles large projects with ease",
"keywords": [
"karma-plugin",
"browserify-tool",
"browserify"
],
"version": "0.3.0",
"scripts": {
"test": "grunt test",
"travis": "grunt travis --verbose"
},
"authors": [
"Nico Rehwaldt <git_nikku@nixis.de>"
],
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Nikku/karma-bro.git"
},
"bugs": "https://github.com/Nikku/karma-bro/issues",
"dependencies": {
"convert-source-map": "~0.3.3",
"lodash": "~2.4.1"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-jasmine-node": "~0.2.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-release": "~0.7.0",
"load-grunt-tasks": "~0.4.0",
"karma": ">=0.10",
"watchify": "~0.8"
},
"peerDependencies": {
"karma": ">=0.10",
"watchify": ">=0.6"
}
}