-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 745 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 745 Bytes
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
{
"name": "@arispati/src-crypto",
"version": "0.1.1",
"description": "SRC Crypto Library",
"main": "src/index.js",
"scripts": {
"test": "jest --verbose ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arispati/src-crypto.git"
},
"keywords": [
"src",
"crypto",
"encrypt",
"decrypt"
],
"author": "Muhamad Aris",
"license": "MIT",
"bugs": {
"url": "https://github.com/arispati/src-crypto/issues"
},
"homepage": "https://github.com/arispati/src-crypto#readme",
"dependencies": {
"php-serialize": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-jest": "^26.5.2",
"jest": "^26.5.3"
}
}