forked from pragmar/wiki-plugin-fivestar
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 781 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 781 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
35
{
"name": "wiki-plugin-fivestar",
"version": "0.3.1",
"description": "Federated Wiki - Five Star Rating Plug-in",
"keywords": [
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Ben Caulfield",
"email": "ben@pragmar.com",
"url": "http://pragmar.com"
},
"contributors": [
"Ward Cunningham"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/federated-wiki/wiki-plugin-fivestar.git"
},
"bugs": {
"url": "https://github.com/fedwrated-wiki/wiki-plugin-fivestar/issues"
},
"dependencies": {
"async": "^2.4.0",
"csv-write-stream": "^2.0.0",
"glob": "^7.1.1",
"jsonfile": "^3.0.0"
}
}