forked from cryptii/cryptii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cryptii",
"version": "4.0.8",
"description": "Framework and web app for encoding and decoding content.",
"author": "Fränz Friederes",
"repository": {
"type": "git",
"url": "https://github.com/cryptii/cryptii.git"
},
"bugs": {
"url": "https://github.com/cryptii/cryptii/issues"
},
"homepage": "https://cryptii.com/",
"license": "MIT",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"watch": "gulp"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"detect-browser": "^4.8.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.0",
"@babel/register": "^7.7.0",
"@rollup/plugin-replace": "^2.2.0",
"babel-eslint": "^10.0.3",
"babel-plugin-inline-svg": "^1.0.1",
"core-js": "^3.4.1",
"del": "^5.1.0",
"git-rev-sync": "^1.12.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-better-rollup": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-header": "^2.0.7",
"gulp-mocha": "^7.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-standard": "^14.0.0",
"gulp-terser": "^1.2.0",
"normalize-scss": "^7.0.1",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.0.0",
"standard": "^14.3.1"
},
"browserslist": [
"last 1 version",
"> 0.5%",
"maintained node versions",
"not dead"
]
}