-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.01 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 3.01 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "dechat_6a2",
"version": "1.1.0",
"description": "Decentralized, solid-based chat",
"main": "src/index.js",
"presets": [
"@babel/preset-es2016"
],
"scripts": {
"test": "nyc ./node_modules/mocha/bin/_mocha \"./tests/*test.js\" --report lcovonly -- -R spec && node ./node_modules/selenium-cucumber-js/index.js -b firefox -s ./step-definitions -x 50000",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"build:web": "webpack --config webpack.config.js",
"build": "ng build",
"travisRepo": "./test/travisRepo.sh",
"travis-deploy-once": "travis-deploy-once",
"puml": "./node_modules/.bin/puml",
"docs": "./node_modules/.bin/asciidoctorjs adocs/index.adoc --destination-dir docs/documentation.html"
},
"bin": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Arquisoft/dechat_es6a2"
},
"author": "Jorge Fidalgo <UO258524@uniovi.es>",
"contributors": [
"Othmane Bakhtaoui <uo259323@uniovi.es> (https://github.com/othub)",
"Jorge Fidalgo <UO258524@uniovi.es> (https://github.com/jorgealvarezfidalgo)"
],
"bugs": {
"url": "https://github.com/Arquisoft/dechat_es6a2/issues"
},
"homepage": "https://github.com/Arquisoft/dechat_es6a2/blob/master/readme.adoc",
"devDependencies": {
"@11ty/eleventy": "^0.7.1",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"asciidoctor-cli": "^1.5.6-rc.1",
"asciidoctor.js": "^1.5.9",
"babel-plugin-istanbul": "^5.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chromedriver": "^2.46.0",
"codecov": "^3.2.0",
"coveralls": "^3.0.3",
"cucumber": "^5.1.0",
"eslint": "^5.x",
"faker": "^4.1.0",
"file-system": "^2.2.2",
"gatlingjs": "0.0.7",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-exec": "^3.0.2",
"gulp-puml": "^0.1.24",
"gulp-svg2png": "^2.0.2",
"jsdoc": "^3.5.5",
"jshint": "^2.10.1",
"minami": "^1.2.3",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"node-plantuml": "^0.8.1",
"nyc": "^13.3.0",
"selenium-cucumber-js": "^1.6.2",
"selenium-webdriver": "^4.0.0-alpha.1",
"standard": "^12.0.1",
"walk": "^2.3.14",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@comunica/actor-init-sparql-rdfjs": "1.4.2",
"@solid/cli": "^0.1.0",
"@solid/query-ldflex": "^1.1.1",
"browserify-fs": "^1.0.0",
"codacy-coverage": "^3.4.0",
"crypto-js": "^3.1.9-1",
"date-fns": "^2.0.0-alpha.25",
"fs": "0.0.1-security",
"http-server": "^0.11.1",
"inquirer": "^6.2.0",
"istanbul": "^0.4.5",
"n3": "^1.0.2",
"node-enigma": "^1.2.1",
"prefix-ns": "^0.1.2",
"q": "^1.5.1",
"solid-auth-client": "^2.2.10",
"solid-file-client": "^0.4.9",
"streamify-array": "^1.0.1",
"uniqid": "^5.0.3",
"uri-js": "^4.2.2",
"winston": "^3.1.0"
}
}