-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.48 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
{
"name": "@roshub/api",
"private": false,
"version": "1.0.3",
"main": "src/node-roshub.js",
"browser": "src/index.js",
"files": [
"dist",
"src/*"
],
"scripts": {
"test": "./node_modules/.bin/eslint ./",
"build": "webpack",
"prepare": "yarn build",
"watch": "webpack --watch",
"build-docs": "npx jsdoc -c jsdoc.json"
},
"dependencies": {
"@dataparty/crypto": "1.0.1",
"@roshub/service-model": "1.0.0",
"ajv": "6.9.1",
"colors": "1.3.1",
"debug": "^3.1.0",
"deep-set": "^1.0.1",
"dom-storage": "^2.1.0",
"jsonpath-plus": "^0.20.1",
"last-eventemitter": "^1.1.1",
"lodash": "^4.17.4",
"lokijs": "1.5.6",
"mkdirp": "^0.5.1",
"nconf": "^0.10.0",
"node-persist": "^3.0.1",
"nodemon-webpack-plugin": "^3.0.1",
"parse-url": "^5.0.1",
"prompt": "^1.0.0",
"roslib": "^0.20.0",
"sanitize-filename": "^1.6.3",
"store-js": "^2.0.4",
"touch": "^3.1.0",
"url-parse": "^1.4.7",
"uuid": "^3.2.1",
"websocket": "^1.0.26",
"wreck": "14.0.2"
},
"devDependencies": {
"better-docs": "^1.1.6",
"compression-webpack-plugin": "^2.0.0",
"docdash": "^1.1.1",
"jsdoc": "^3.6.2",
"minami": "^1.2.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/roshub/roshub-api.git"
},
"author": "RosHub Inc. <code@roshub.io>",
"license": "Apache-2.0"
}