-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
87 lines (87 loc) · 2.37 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
{
"name": "inspire-next-search-js",
"version": "2.0.84",
"description": "Javascript search components for Inspirehep-Search",
"author": {
"name": "INSPIREHEP",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inspirehep/inspirehep-search-js.git"
},
"dependencies": {
"angular": "=1.4.8",
"angular-mocks": "=1.4.8",
"angular-sanitize": "=1.4.8",
"angular-scenario": "=1.4.8",
"angular-ui-bootstrap": "=1.2.4",
"invenio-search-js": "^0.2.1",
"ngclipboard": "=1.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"coveralls": "^2.11.4",
"del": "^2.1.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"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-shell": "^0.5.2",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.1",
"jquery": "^3.1.1",
"js-beautify": "^1.6.0",
"jsdoc": "^3.4.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"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",
"docs": "jsdoc -c .jsdoc --pedantic src/",
"test": "gulp test",
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push upstream && git push upstream --tags"
},
"license": "GPLv2",
"bugs": {
"url": "https://github.com/inspirehep/inspirehep-search-js/issues"
},
"homepage": "https://github.com/inspirehep/inspirehep-search-js#readme",
"files": [
"dist/**/*.js",
"dist/*.js"
]
}