You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
468 B

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "ini",
"description": "An ini encoder/decoder for node",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
},
"main": "ini.js",
"scripts": {
"test": "node ini.js"
},
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"tap": "~0.0.9"
},
"scripts": {
"test": "tap test/*.js"
}
}