-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.72 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.72 KB
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
64
65
66
67
{
"name": "Imhio",
"version": "1.0.0",
"description": "Test task for Software Developer position with Imhio",
"main": "src/js/main.js",
"scripts": {
"test": "mocha --timeout 20000 MailChecker.test.js || true",
"doc": "jsdoc src/js/ -r -c ./node_modules/ink-docstrap/template/jsdoc.conf.json -t ./node_modules/ink-docstrap/template -d ./docs -R README.md",
"preversion": "npm test",
"version": "npm run doc && git add -A",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcurveballx/imhio.git"
},
"keywords": [
"imhio",
"test task"
],
"author": "curveball",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcurveballx/imhio/issues"
},
"homepage": "https://github.com/xcurveballx/imhio#readme",
"dependencies": {},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
],
"compact": false
}
]
]
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babelify": "^10.0.0",
"bootstrap": "^4.3.1",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sequence": "^1.0.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.2",
"mocha": "^6.1.4",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"pump": "^3.0.0",
"puppeteer": "^1.18.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}