-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "dirty-chai",
"version": "2.0.1",
"description": "Extends Chai with lint-friendly terminating assertions.",
"main": "./lib/dirty-chai.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/prodatakey/dirty-chai"
},
"keywords": [
"chai",
"chai-plugin",
"browser",
"testing"
],
"author": "Joshua Perry <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prodatakey/dirty-chai/issues"
},
"homepage": "https://github.com/prodatakey/dirty-chai",
"devDependencies": {
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"es6-promise": "^4.0.0",
"grunt": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.0",
"jshint": "^2.9.0",
"jshint-stylish": "^2.0.0",
"load-grunt-tasks": "^3.0.0",
"mocha": "^3.4.2",
"require-uncached": "^1.0.2"
},
"peerDependencies": {
"chai": ">=2.2.1 <5"
},
"dependencies": {}
}