forked from inveniosoftware/invenio-files-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.94 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
72
73
74
75
76
77
{
"name": "@inveniosoftware/invenio-files-js",
"version": "0.0.6",
"description": "Invenio JS for uploading files",
"author": {
"name": "CERN",
"email": "info@inveniosoftware.org"
},
"repository": {
"type": "git",
"url": "https://github.com/inveniosoftware/invenio-files-js"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"angular": "^1.4.8",
"angular-mocks": "=1.4.8",
"angular-scenario": "=1.4.8",
"cryptiles": "^4.1.3",
"hoek": "^6.1.3",
"lodash": "^4.17.15",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"open": "^6.4.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-jquery": "^2.0.0",
"coveralls": "^3.0.3",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.3.4",
"gulp-coveralls": "^0.1.4",
"gulp-flatten": "^0.4.0",
"gulp-header": "^2.0.7",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^3.0.2",
"gulp-webserver": "^0.9.1",
"jquery": "^3.4.1",
"jsdoc": "^3.4.0",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-coverage": "^1.1.2",
"karma-jquery": "^0.2.4",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"minami": "^1.1.1",
"mocha": "^6.1.4",
"ng-file-upload": "^12.0.4",
"phantomjs": "^2.1.7",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"build": "gulp build",
"coverage": "gulp coveralls",
"demo": "gulp demo",
"docs": "jsdoc -c .jsdoc --pedantic src/",
"test": "gulp test"
},
"license": "GPLv2"
}