-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 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
{
"name": "mediawiki-js",
"version": "0.1.0",
"author": {
"name": "Brett Zamir",
"email": "brettz9@yahoo.com",
"url": "http://brett-zamir.me"
},
"contributors": [],
"homepage": "https://github.com/brettz9/MediawikiJS",
"description": "Ultra-light, vanilla JavaScript wrapper of Mediawiki API for use in the browser",
"main": "./MediawikiJS",
"repository": {
"type": "git",
"url": "https://github.com/brettz9/MediawikiJS.git"
},
"keywords": [
"mediawiki"
],
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/brettz9/MediawikiJS/issues"
},
"dependencies": {},
"engines": {}
}