-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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
{
"name": "hamcrest.js",
"version": "1.0.0",
"description": "Matchers",
"license": "MIT",
"author": "Myles Megyesi",
"dependencies": {
"lodash.isboolean": "^3.0.3",
"lodash.isequal": "^4.5.0",
"lodash.isnull": "^3.0.0",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"lodash.tostring": "^4.1.4"
},
"devDependencies": {
"@types/lodash.isboolean": "^3.0.3",
"@types/lodash.isequal": "^4.5.2",
"@types/lodash.isnull": "^3.0.3",
"@types/lodash.isnumber": "^3.0.3",
"@types/lodash.isplainobject": "^4.0.3",
"@types/lodash.isstring": "^4.0.3",
"@types/lodash.isundefined": "^3.0.3",
"@types/lodash.tostring": "^4.1.3",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",
"mocha": "^4.0.1",
"source-map-support": "^0.5.5",
"tslib": "1.9.3",
"tslint": "5.10.0",
"typescript": "2.9.2"
},
"peerDependencies": {
"tslib": "^1.9.0"
}
}