-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 935 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
38
39
{
"name": "arcticfox-encryption",
"version": "1.0.1",
"description": "Encode and Decode ArcticFox Config Files (.afc)",
"main": "index.js",
"scripts": {
"test": "camo-purge ; xo --space 4 --ignore test.js && mocha test.js",
"testonly": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/arcticfox-encryption.git"
},
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"keywords": [
"vape",
"battery",
"mod",
"arcticfox",
"config",
"encryption",
"decryption"
],
"author": "Sebastian Raff <hq@ccu.io>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/hobbyquaker/arcticfox-encryption/issues"
},
"homepage": "https://github.com/hobbyquaker/arcticfox-encryption#readme",
"devDependencies": {
"camo-purge": "latest",
"mocha": "latest",
"should": "latest",
"xo": "latest"
}
}