-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
58 lines (58 loc) · 1.25 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "karma-browserify",
"description": "Browserify for Karma",
"keywords": [
"karma-plugin",
"browserify"
],
"private": true,
"version": "0.2.1",
"author": {
"name": "Greg Thornton",
"email": "[email protected]",
"url": "http://xdissent.com"
},
"contributors": [
{
"name": "Alexandre Lacheze",
"url": "https://github.com/alexstrat"
},
{
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
{
"name": "Peter Lyons",
"url": "https://github.com/focusaurus"
},
{
"name": "Alex Arnell",
"url": "https://github.com/voidlock"
}
],
"main": "./index.js",
"license": "MIT",
"homepage": "https://github.com/xdissent/karma-browserify",
"repository": {
"type": "git",
"url": "https://github.com/xdissent/karma-browserify.git"
},
"bugs": {
"url": "https://github.com/xdissent/karma-browserify/issues"
},
"dependencies": {
"through": "~2.x.x",
"chokidar": "~0.x.x"
},
"peerDependencies": {
"karma": ">=0.9",
"browserify": ">=3.30.5"
},
"devDependencies": {
"groc": "0.x.x",
"coffee-script": "~1.7.1"
},
"scripts": {
"prepublish": "./node_modules/.bin/coffee -cbo lib src"
}
}