-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
{
"name": "icarus-sef-parser",
"main": "lib/index.js",
"version": "2.6.0",
"scripts": {
"start": "nodemon example.js",
"test": "mocha",
"cover": "istanbul cover _mocha",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"homepage": "https://github.com/Rambou/icarus-sef-parser",
"bugs": "https://github.com/Rambou/icarus-sef-parser/issues",
"license": "MIT",
"engines": {
"node": ">=6.9.5",
"npm": ">=3.10.7"
},
"repository": {
"type": "git",
"url": "https://github.com/Rambou/icarus-sef-parser.git"
},
"author": "Nikolaos Bousios <[email protected]> (https://www.rambou.gr)",
"dependencies": {
"charset-parser": "^0.2.0",
"config": "^1.28.1",
"iconv-lite": "^0.4.19",
"jsdom": "^10.1.0",
"request": "^2.83.0",
"snyk": "^1.316.1"
},
"keywords": [
"aegean",
"icarus",
"sef",
"math",
"samos",
"university",
"parser"
],
"devDependencies": {
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nodemon": "^1.11.0",
"semantic-release": "^8.2.0"
},
"snyk": true
}