-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.86 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
{
"name": "sphinx-promise",
"version": "1.0.7",
"description": "Promise-based native javascript implementation of the standard Sphinx API",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "gulp",
"build&test": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IPRIT/sphinx-promise.git"
},
"keywords": [
"promise",
"bluebird",
"sphinx",
"sphinx bluebird",
"sphinxapi",
"sphinx-promise",
"sphinxpromise",
"sphinxpromiseaplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"search interface",
"full text promise",
"fulltext search",
"fulltext",
"text search",
"sphinx fulltext"
],
"author": {
"name": "Alexander Belov",
"email": "[email protected]",
"url": "http://github.com/IPRIT/"
},
"maintainers": [
{
"name": "IPRIT",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IPRIT/sphinx-promise/issues"
},
"homepage": "https://github.com/IPRIT/sphinx-promise#readme",
"dependencies": {
"bluebird": "^3.4.6",
"deap": "^1.0.0",
"sphinxapi": "^1.2.1",
"type-check": "^0.3.2"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.1.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-comments": "^2.4.3",
"jshint-stylish": "^0.2.0",
"merge-stream": "^1.0.0",
"mocha": "^3.1.0"
},
"engines": {
"node": ">=0.10.0"
}
}