wallet-core/node_modules/write-pkg/package.json

42 lines
708 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "write-pkg",
2017-08-14 05:01:11 +02:00
"version": "3.1.0",
2017-05-28 00:38:50 +02:00
"description": "Write a package.json file",
"license": "MIT",
"repository": "sindresorhus/write-pkg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"json",
"write",
"stringify",
"file",
"fs",
"graceful",
"pkg",
"package"
],
"dependencies": {
2017-08-14 05:01:11 +02:00
"sort-keys": "^2.0.0",
"write-json-file": "^2.2.0"
2017-05-28 00:38:50 +02:00
},
"devDependencies": {
"ava": "*",
"read-pkg": "^2.0.0",
2017-08-14 05:01:11 +02:00
"tempfile": "^2.0.0",
2017-05-28 00:38:50 +02:00
"xo": "*"
}
}