UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@themost/common",
3 "version": "2.5.3",
4 "description": "MOST Web Framework Codename Blueshift - Common Module",
5 "main": "index.js",
6 "peerDependencies": {},
7 "scripts": {
8 "test": "jasmine"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/themost-framework/themost.git"
13 },
14 "author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
15 "license": "BSD-3-Clause",
16 "bugs": {
17 "url": "https://github.com/themost-framework/themost/issues"
18 },
19 "homepage": "https://github.com/themost-framework/themost#readme",
20 "dependencies": {
21 "async": "^2.5.0",
22 "blueimp-md5": "^2.7.0",
23 "es6-promise": "^4.2.8",
24 "events": "^1.1.1",
25 "hashmap": "^2.3.0",
26 "lodash": "^4.17.20",
27 "sprintf": "^0.1.5",
28 "symbol": "^0.3.1"
29 },
30 "devDependencies": {
31 "@types/jasmine": "^3.6.0",
32 "@types/node": "^14.14.6",
33 "dotenv": "^8.2.0",
34 "eslint": "^6.8.0",
35 "jasmine": "^3.6.3",
36 "jasmine-spec-reporter": "^6.0.0",
37 "ts-node": "^9.0.0",
38 "typescript": "^4.0.5"
39 }
40}