This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.25 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "devicehubclient",
"version": "0.5.0b2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eReuse/DeviceHubClient.git"
},
"author": "eReuse.org",
"license": "AGPL-1.0",
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp.js unit-test-once",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"build-prod": "node ./node_modules/gulp/bin/gulp.js build-prod"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.6.1",
"@uirouter/angularjs": "1.0.20",
"angular": "^1.8.0",
"angular-animate": "1.7.5",
"angular-chart.js": "~1.1.1",
"angular-clipboard": "^1.6.2",
"angular-formly": "8.4.1",
"angular-formly-templates-bootstrap": "~6.2.0",
"angular-long-press": "^0.3.2",
"angular-marked": "^1.2.2",
"angular-poller": "^0.4.5",
"angular-qrcode": "7.2.0",
"angular-recursion": "~1.0.5",
"angular-route": "^1.7.9",
"angular-sanitize": "1.7.5",
"angular-simple-logger": "~0.1.5",
"angular-translate": "2.18.1",
"angular-ui-bootstrap": "~2.5.6",
"angular-ui-notification": "0.3.6",
"angular-ui-tree": "^2.22.6",
"api-check": "~7.5.5",
"bootstrap": "3.4.0",
"bootstrap-sass": "3.4.0",
"bootswatch": "3.4.0",
"dynamic-bind-html": "^1.0.1",
"file-saver": "2.0.0",
"ganache-cli": "^6.9.1",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~2.0.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-expect-file": "^1.0.0",
"gulp-if": "~2.0.0",
"gulp-ng-config": "^1.5.0",
"gulp-sass": "~2.1.1",
"gulp-sass-unicode": "^1.0.1",
"gulp-shell": "~0.5.2",
"gulp-streamify": "~1.0.2",
"gulp-terser": "1.1.7",
"http-server": "^0.12.0",
"inflection": "~1.10.0",
"is-empty": "^1.2.0",
"is-present": "^1.0.0",
"jquery": "^3.5.1",
"jquery-clickout": "0.0.3",
"js-sha3": "^0.8.0",
"lodash": "~4.17.4",
"meanie-angular-focus": "~1.5.1",
"ngprogress": "1.1.3",
"oclazyload": "1.1.0",
"qrcode-generator": "1.4.1",
"run-sequence": "~1.1.5",
"sha3": "^2.1.3",
"urijs": "~1.19.1",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"xlsx": "^0.15.3"
},
"devDependencies": {
"angular-mocks": "~1.5.6",
"bardjs": "~0.1.8",
"browserify": "^16.5.1",
"disc": "~1.3.2",
"eslint": "~3.5.0",
"eslint-config-standard": "~6.0.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-promise": "~2.0.1",
"eslint-plugin-protractor": "^1.34.2",
"eslint-plugin-standard": "~2.0.0",
"gulp-docs": "~0.1.3",
"gulp-inline-source": "^4.0.0",
"gulp-jasmine": "~2.3.0",
"gulp-protractor": "^4.1.0",
"gulp-sourcemaps": "~2.2.0",
"jasmine": "^3.5.0",
"jasmine-collection-matchers": "~0.2.0",
"jasmine-expect": "~3.0.1",
"jasmine-jquery": "~2.1.1",
"jsonfile": "^3.0.1",
"karma": "^5.1.0",
"karma-browserify": "^7.0.0",
"karma-chrome-launcher": "~2.0.0",
"karma-jasmine": "~1.0.2",
"karma-jasmine-matchers": "~3.0.1",
"karma-notify-reporter": "~1.0.1",
"karma-spec-reporter": "0.0.26",
"protractor-console-plugin": "~0.1.1",
"stringify": "^5.1.0",
"watchify": "^3.11.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}