wallet-core/node_modules/ini/package.json

31 lines
682 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "ini",
"description": "An ini encoder/decoder for node",
2017-12-10 21:51:33 +01:00
"version": "1.3.5",
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"main": "ini.js",
"scripts": {
2017-12-10 21:51:33 +01:00
"pretest": "standard ini.js",
"test": "tap test/*.js --100 -J",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"engines": {
"node": "*"
2016-10-10 03:43:44 +02:00
},
"dependencies": {},
"devDependencies": {
2017-12-10 21:51:33 +01:00
"standard": "^10.0.3",
"tap": "^10.7.3 || 11"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "ISC",
2016-10-10 03:43:44 +02:00
"files": [
"ini.js"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}