-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
33 lines (33 loc) · 946 Bytes
/
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
{
"name": "osiris-groupindexer",
"version": "1.0.0",
"description": "该项目基于 [Project Osiris](https://github.com/wfjsw/project-osiris) 开发,为 [Project Osiris](https://github.com/wfjsw/project-osiris) 下属插件。",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfjsw/osiris-groupindexer.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wfjsw/osiris-groupindexer/issues"
},
"homepage": "https://github.com/wfjsw/osiris-groupindexer#readme",
"dependencies": {
"base64-url": "^2.0.1",
"he": "^1.1.1",
"jsdom": "^11.5.1",
"moment": "^2.20.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"rethinkdb": "^2.3.3",
"segment": "^0.1.3",
"uuid-1345": "^0.99.6"
}
}