-
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) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 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": "opml2json",
"version": "0.0.1",
"description": "A simple utility to convert OPML files exported by Mindnode to JSON format consumable by the D3 data visualisation Javascript library",
"main": "parser.js",
"scripts": {
"test": "echo \"We have no tests yet! Add some.\""
},
"repository": {
"type": "git",
"url": "https://github.com/vchatterji/opml2json"
},
"keywords": [
"OPML",
"D3",
"Javascript"
],
"author": "Varun Chatterji",
"license": "Creative Commons Attribution-Share Alike 3.0 Unported",
"bugs": {
"url": "https://github.com/vchatterji/opml2json/issues"
},
"homepage": "https://github.com/vchatterji/opml2json",
"dependencies": {
"node-expat": "^2.3.11"
}
}