-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 859 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
35
36
37
38
39
{
"name": "crypto",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "standard",
"lint:fix": "npm run lint -- --fix",
"build": "webpack --mode production"
},
"keywords": [],
"author": "Dmitrii Pron <idimzz@gmail.com>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:papadima/crypto.git"
},
"bugs": {
"url": "https://github.com/papadima/crypto/issues"
},
"homepage": "https://github.com/papadima/crypto",
"license": "ISC",
"devDependencies": {
"@neutrinojs/library": "^9.4.0",
"neutrino": "^9.4.0",
"standard": "^14.3.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"base-64": "^0.1.0",
"crypto-js": "^3.1.9-1"
}
}