-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
90 lines (90 loc) · 2.92 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
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
{
"name": "neurone",
"description": "oNlinE inqUiRy experimentatiON systEm",
"author": "Daniel Gacitua <daniel.gacitua@usach.cl>",
"version": "1.3.6",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"start": "./scripts/deploy-dev.sh",
"build": "./scripts/build.sh",
"test": "./scripts/test.sh",
"dev-start": "./scripts/docker-dev-up.sh",
"dev-stop": "./scripts/docker-dev-down.sh",
"unittest": "TEST_BROWSER_DRIVER=phantomjs meteor test --once --driver-package dispatch:mocha",
"unittest-watch": "TEST_WATCH=1 TEST_BROWSER_DRIVER=phantomjs meteor test --driver-package dispatch:mocha",
"apptest": "TEST_BROWSER_DRIVER=phantomjs meteor test --full-app --once --driver-package dispatch:mocha",
"apptest-watch": "TEST_WATCH=1 TEST_BROWSER_DRIVER=phantomjs meteor test --full-app --driver-package dispatch:mocha"
},
"dependencies": {
"angular": "1.5.9",
"angular-animate": "^1.7.9",
"angular-aria": "^1.7.9",
"angular-file-upload": "^2.5.0",
"angular-leaflet-directive": "^0.10.0",
"angular-material": "^1.1.21",
"angular-messages": "^1.7.9",
"angular-meteor": "^1.3.12",
"angular-meteor-auth": "^1.1.1",
"angular-meteor-promiser": "^1.1.0",
"angular-sanitize": "1.5.9",
"angular-translate": "^2.12.1",
"angular-translate-loader-static-files": "^2.12.1",
"angular-translate-storage-local": "^2.12.1",
"angular-truncate-2": "^0.4.2",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-carousel": "^0.1.10",
"angular-ui-router": "^0.3.2",
"angular-youtube-embed": "^1.3.1",
"array.prototype.move": "^0.0.3",
"axios": "^0.19.2",
"babel-runtime": "^6.18.0",
"charset": "^1.0.0",
"cheerio": "^0.22.0",
"core-js": "^2.4.1",
"crawler-request": "^1.2.2",
"file-download": "^0.1.2",
"file-type": "^4.4.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"html-to-text": "^2.1.3",
"iconv": "^2.3.5",
"ip": "^1.1.5",
"jschardet": "^1.4.1",
"just-clone": "^4.0.0",
"leaflet": "^1.6.0",
"lunr": "^0.7.2",
"lunr-languages": "0.0.4",
"maptiler-geocoder-node": "0.0.4",
"mark.js": "~8.11.1",
"meteor-node-stubs": "^0.4.1",
"ng-csv": "^0.3.6",
"ng-file-upload": "^12.2.13",
"ng-wig": "^3.0.14",
"ng-youtube-embed": "^1.7.16",
"ng-youtube-embed-iframe": "^1.2.14",
"node-fetch": "^2.6.0",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"randomstring": "^1.1.5",
"readdir-enhanced": "^5.1.1",
"readdirp": "^3.3.0",
"request": "^2.81.0",
"sha": "^2.0.1",
"sharp": "^0.23.1",
"solr-node": "^1.0.13",
"sum": "^0.1.4",
"ui-leaflet": "^1.0.3",
"ui-select": "^0.19.8",
"uppercamelcase": "^1.1.0",
"useragent": "^2.1.9",
"website-scraper": "^3.1.0",
"yamlparser": "^0.0.2",
"youtube-dl": "^2.3.0"
},
"devDependencies": {
"angular-mocks": "1.5.9",
"chai": "^3.5.0",
"phantomjs-prebuilt": "^2.1.14"
}
}