-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "jseq",
"version": "0.2.0",
"description": "test suite for testing shallow & deep, strict equality as provided by various libraries",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/loveencounterflow/jseq.git"
},
"keywords": [
"deep",
"equality"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/loveencounterflow/jseq/issues"
},
"homepage": "https://github.com/loveencounterflow/jseq",
"dependencies": {
"angular": "1.8.3",
"assert-paranoid-equal": "^1.0.2",
"cli-table": "0.3.11",
"coffee-script": "^1.7.1",
"coffeenode-bitsnpieces": "^0.1.6",
"coffeenode-text": "^0.1.5",
"coffeenode-trm": "^0.1.15",
"coffeenode-types": "^0.1.1",
"deep-eql": "4.1.1",
"deep-equal": "2.0.5",
"deep-equal-ident": "^1.1.1",
"deepequal": "0.0.1",
"deeper": "^2.1.0",
"equals": "^1.0.1",
"fast-deep-equal": "^3.1.3",
"fast-equals": "^4.0.3",
"is-equal": "1.6.4",
"lodash": "4.17.21",
"qunitjs": "^2.4.1",
"should": "^13.2.3",
"should-equal": "^2.0.0",
"underscore": "1.13.6"
}
}