-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 2.26 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
{
"name": "cedar-template-editor",
"version": "2.7.1",
"publishConfig": {
"registry": "https://nexus.bmir.stanford.edu/repository/npm-cedar/"
},
"description": "Form building application built with AngularJS",
"main": "app/scripts/app.js",
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js --browsers Chrome --single-run",
"protractor": "node_modules/protractor/bin/protractor protractor.config.js",
"webdrivermanager:update": "node node_modules/protractor/bin/webdriver-manager update --versions.chrome=110.0.5481.77",
"webdrivermanager:clean": "node node_modules/protractor/bin/webdriver-manager clean",
"install": "#npm run webdrivermanager:clean && npm run webdrivermanager:update"
},
"author": "Metadatacenter.org",
"license": "GNU 2-clause",
"devDependencies": {
"bower": "1.8.14",
"chai": "4.1.1",
"colors": "1.1.2",
"connect-history-api-fallback": "1.1.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "2.3.1",
"gulp-connect": "5.7.0",
"gulp-connect-proxy": "0.3.1",
"gulp-html-replace": "1.6.2",
"gulp-jshint": "2.1.0",
"gulp-less": "3.3.2",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "0.5.3",
"gulp-plumber": "1.1.0",
"gulp-protractor": "4.1.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-uglify": "1.5.4",
"gulp-util": "3.0.8",
"gulp-wait": "0.0.2",
"jasmine-core": "2.7.0",
"jshint-stylish": "1.0.2",
"karma": "^6.4.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.8",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.3",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-notify-send-reporter": "0.0.3",
"karma-requirejs": "0.2.6",
"karma-spec-reporter": "0.0.31",
"protractor": "5.1.2",
"requirejs": "2.1.22",
"selenium-standalone": "6.6.0",
"selenium-webdriver": "3.5.0",
"sync-request": "2.2.0"
},
"dependencies": {
"angular-animate": "1.6.3",
"angular-touch": "1.6.3",
"angular-ui-bootstrap": "2.5.0",
"bootstrap": "4.1.2",
"handsontable": "^0.32.0",
"install": "0.8.7",
"jquery": "1.11.3",
"less": "2.7.2",
"npm": "9.6.4",
"popper.js": "1.14.3"
}
}