aboutsummaryrefslogtreecommitdiff
path: root/node_modules/write-pkg/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/write-pkg/package.json')
-rw-r--r--node_modules/write-pkg/package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/node_modules/write-pkg/package.json b/node_modules/write-pkg/package.json
new file mode 100644
index 000000000..c3773513c
--- /dev/null
+++ b/node_modules/write-pkg/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "write-pkg",
+ "version": "2.1.0",
+ "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": {
+ "sort-keys": "^1.1.2",
+ "write-json-file": "^2.0.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "read-pkg": "^2.0.0",
+ "tempfile": "^1.1.1",
+ "xo": "*"
+ }
+}