forked from o19s/quepid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "quepid",
"repository": {
"type": "git",
"url": "https://github.com/o19s/quepid.git"
},
"license": "Apache-2.0",
"dependencies": {
"FileSaver.js": "https://github.com/Teleborder/FileSaver.js",
"ace-builds": "^1.4.12",
"angular": "~1.8.2",
"angular-animate": "^1.8.2",
"angular-cookies": "~1.8.2",
"angular-countup": "^0.0.1",
"angular-csv-import": "https://github.com/bahaaldine/angular-csv-import",
"angular-flash": "https://github.com/wmluke/angular-flash",
"angular-resource": "~1.8.2",
"angular-route": "~1.8.2",
"angular-sanitize": "~1.8.2",
"angular-timeago": "~0.4.6",
"angular-ui-ace": "https://github.com/angular-ui/ui-ace",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-sortable": "~0.19.0",
"angular-utils-pagination": "~0.11.1",
"angular-wizard": "git://github.com/softwaredoug/angular-wizard.git#0.4.2",
"bootstrap": "~4.6.0",
"d3": "~6.6.2",
"d3-tip": "~0.9.1",
"jquery": "~3.6.0",
"jquery-ui": "~1.12.1",
"ng-json-explorer": "http://github.com/odra/ng-json-explorer",
"ng-tags-input": "3.2.0",
"popper.js": "^1.16.1",
"splainer-search": "^2.6.9",
"tether-shepherd": "latest"
},
"devDependencies": {
"angular-mocks": "~1.8.2",
"jasmine-core": "~3.7.1",
"jshint": "^2.12.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "4.0.1",
"puppeteer": "8.0.0"
},
"resolutions": {}
}