UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@themost/common",
3 "version": "2.3.2",
4 "description": "MOST Web Framework Common Module",
5 "main": "index.js",
6 "peerDependencies": {},
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/themost-framework/themost.git"
10 },
11 "author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
12 "license": "BSD-3-Clause",
13 "bugs": {
14 "url": "https://github.com/themost-framework/themost/issues"
15 },
16 "homepage": "https://github.com/themost-framework/themost#readme",
17 "dependencies": {
18 "async": "^2.5.0",
19 "blueimp-md5": "^2.7.0",
20 "eslint": "^4.12.1",
21 "events": "^1.1.1",
22 "hashmap": "^2.3.0",
23 "lodash": "^4.17.4",
24 "sprintf": "^0.1.5",
25 "symbol": "^0.3.1"
26 },
27 "devDependencies": {
28 "chai": "^4.1.2",
29 "mocha": "^3.5.1",
30 "q": "^1.5.1",
31 "source-map-support": "^0.5.0"
32 },
33 "eslintConfig": {
34 "env": {
35 "browser": true,
36 "node": true,
37 "es6": false,
38 "jquery": true
39 },
40 "globals": {
41 "describe": false,
42 "it": false,
43 "before": false,
44 "after": false
45 },
46 "extends": "eslint:recommended"
47 }
48}