-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 991 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
41
{
"name": "karma-lasso",
"version": "5.0.0",
"description": "karma plugin for lasso",
"main": "lib",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/karma-lasso.git"
},
"dependencies": {
"chokidar": "^1",
"fs-extra": "^0",
"istanbul": "^0",
"istanbul-lib-instrument": "^4.0.3",
"minimatch": "^3",
"shelljs": "0.5.3",
"through": "^2"
},
"peerDependencies": {
"lasso": ">=3"
},
"devDependencies": {
"grunt": "^1",
"grunt-contrib-jshint": "^1",
"grunt-docco-plus": "^3",
"grunt-gh-pages": "^2"
},
"keywords": [
"karma",
"raptorjs",
"lasso"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Pranav Jha <jha.pranav.s@gmail.com> (https://github.com/pranavjha)",
"license": "MIT"
}