-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 746 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
{
"name": "lua-simple-encrypt",
"version": "1.1.0",
"description": "Lua simple XOR encrypt.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack-dev-server"
},
"keywords": [
"lua",
"encrypt"
],
"author": "Ganlv",
"license": "MIT",
"dependencies": {
"bulma": "^0.7.5",
"compare-version": "^0.1.2",
"file-saver": "^1.3.8",
"jsencrypt": "^3.0.0-rc.1",
"lodash": "^4.17.11",
"luamin": "^1.0.4",
"utf8": "^3.0.0"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.3",
"raw-loader": "^3.0.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
}
}