-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1011 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1011 Bytes
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
{
"name": "@drumee/server-core",
"version": "1.1.72",
"description": "Drumee server core",
"main": "lib/index.js",
"scripts": {
"test": " npm run test:modules && npm run test:acl && npm run test:db",
"test:acl": "node lib/test/acl.js",
"test:db": "node lib/test/db.js",
"test:modules": "source /etc/drumee/drumee.sh node lib/test/modules.js",
"release": "git push && npm publish --access public && npm version patch"
},
"repository": {
"type": "git",
"url": "git@github.com:drumee/server-core.git"
},
"bugs": {
"url": "https://github.com/drumee/server-core/issues"
},
"author": "Somanos Sar <somanos@drumee.com>",
"license": "AGPL V3",
"devDependencies": {
"@drumee/server-dev-tools": "^1.0.1",
"readline-sync": "^1.4.10"
},
"dependencies": {
"@drumee/server-core": "^1.1.57",
"@drumee/server-essentials": "^1.2.32",
"accept-language": "^3.0.18",
"cookie": "^1.0.2",
"multiparty": "^4.2.3",
"shelljs": "^0.8.5"
}
}