forked from inveniosoftware/invenio-search-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.91 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
{
"name": "invenio-search-js",
"version": "1.5.5",
"description": "Javascript search components for Invenio-Search",
"author": {
"name": "CERN",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inveniosoftware/invenio-search-js.git"
},
"dependencies": {
"angular": "=1.4.8",
"angular-mocks": "=1.4.8",
"angular-scenario": "=1.4.8",
"d3": "^3.5.17"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"coveralls": "^2.11.4",
"del": "^2.1.0",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-coveralls": "^0.1.4",
"gulp-flatten": "^0.3.1",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.1",
"jquery": "^3.3.1",
"jsdoc": "^3.4.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-jquery": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-spec-reporter": "0.0.26",
"minami": "^1.1.1",
"mocha": "^3.1.2",
"phantomjs": "^2.1.7",
"run-sequence": "^1.0.2",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"build": "gulp build",
"coverage": "gulp coveralls",
"demo": "gulp demo",
"docs": "jsdoc -c .jsdoc -u examples/tutorials/ --pedantic src/",
"test": "gulp test"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/inveniosoftware/invenio-search-js/issues"
},
"homepage": "https://github.com/inveniosoftware/invenio-search-js#readme"
}