-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 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
{
"name": "ion-hash-js",
"version": "2.1.1-SNAPSHOT",
"description": "JavaScript implementation of Amazon Ion Hash",
"main": "dist/commonjs/es5/IonHash.js",
"types": "dist/commonjs/es5/IonHash.d.ts",
"scripts": {
"test": "grunt test",
"release": "grunt release"
},
"repository": {
"type": "git",
"url": "https://github.com/amazon-ion/ion-hash-js.git"
},
"keywords": [
"ion",
"hash"
],
"author": "The Ion Team <[email protected]> (https://amazon-ion.github.io/ion-docs/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/amazon-ion/ion-hash-js/issues"
},
"homepage": "https://github.com/amazon-ion/ion-hash-js#readme",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-typedoc": "^0.2.4",
"intern": "^4.10.1",
"ion-js": "^5.2.0",
"typedoc": "^0.25.3",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"ion-js": "^5.2.0"
}
}