-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 760 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 760 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
{
"name": "to",
"description": "load/convert between xml,json,yaml formats",
"homepage": "https://github.com/openmason/to",
"version": "0.2.9",
"author": "el aras <openmason@gmail.com>",
"dependencies": {
"handy" : ">= 0.0.11",
"underscore" : ">= 1.4.0",
"js-yaml" : ">= 1.0.2",
"htmlparser" : ">= 1.7.6",
"optimist" : ">= 0.3.5"
},
"devDependencies": {
"mocha" : ">= 1.6.0",
"should" : ">= 1.2.0"
},
"keywords": ["converter", "convertor", "json", "xml", "yaml"],
"repository": {"type":"git", "url": "git://github.com/openmason/to"},
"main": "index",
"scripts": {
"prepublish" : "npm prune",
"test" : "make test"
},
"engines": { "node":">= 0.8.0" }
}