forked from Qwant/Instant-Answers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.11 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.11 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
{
"name": "IA-Core",
"version": "2.1.11",
"scripts": {
"start": "node ./bin/www",
"server": "node ./bin/www",
"sandbox": "grunt && node ./bin/start_sandbox.js",
"test": "grunt && npm run test-modules && npm run test-integrity",
"test-modules": "./node_modules/.bin/mocha src/modules/**/test/*.js",
"test-integrity": "./node_modules/.bin/mocha --slow 0 test/integrity.js"
},
"dependencies": {
"@qwant/assert": "file:local_modules/assert",
"@qwant/config": "file:local_modules/config",
"@qwant/front-i18n": "file:local_modules/front-i18n",
"@qwant/front-logger": "file:local_modules/front-logger",
"@qwant/ia-sandbox": "file:local_modules/ia-sandbox",
"@qwant/grunt-yaml2json": "file:local_modules/grunt-yaml2json",
"async": "2.0.1",
"bluebird": "2.9.25",
"coffee-script": "1.11.1",
"crypto": "0.0.3",
"debug": "2.2.0",
"deepmerge": "1.1.0",
"elasticsearch": "10.1.3",
"express": "4.12.2",
"express-dot-engine": "1.0.7",
"fast-csv": "1.0.0",
"fs": "0.0.2",
"get-folder-size": "^1.0.0",
"glob": "7.1.0",
"grunt-cli": "0.1.13",
"grunt-exec": "1.0.1",
"grunt-json": "0.1.4",
"grunt-replace": "1.0.1",
"grunt-sass": "1.0.0",
"grunt-template": "1.0.0",
"inquirer": "3.0.6",
"js-yaml": "3.8.1",
"load-grunt-configs": "1.0.0",
"load-grunt-tasks": "3.5.2",
"mathjs": "3.14.2",
"md5": "2.0.0",
"minimatch": "3.0.3",
"npm": "3.8.6",
"object-map": "1.0.2",
"proxyquire": "^1.8.0",
"request": "2.72.0",
"sha.js": "2.4.5",
"sha1": "1.1.1",
"slug": "0.9.1",
"winston": "2.3.1",
"winston-elasticsearch": "0.5.0",
"winston-fast-rabbitmq": "2.1.0"
},
"devDependencies": {
"dot": "1.0.3",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-watch": "1.0.0",
"grunt-dot-compiler": "0.5.12",
"grunt-merge-json": "0.9.5",
"mocha": "3.3.0",
"mocha-sinon": "^2.0.0",
"nodemon": "1.8.1"
},
"readme": "README.MD"
}