-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 830 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
34
35
36
37
38
39
{
"name": "wiki-plugin-solo",
"version": "0.1.27",
"description": "Federated Wiki - Solo Plugin",
"keywords": [
"solo",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Ward Cunningham",
"email": "[email protected]",
"url": "http://ward.asia.wiki.org"
},
"contributors": [],
"scripts": {
"test": "mocha"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^5.2.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wardcunningham/wiki-plugin-solo.git"
},
"bugs": {
"url": "https://github.com/wardcunningham/wiki-plugin-solo/issues"
},
"engines": {
"node": ">=0.10"
}
}