{ "name": "assure-array", "version": "1.0.0", "description": "Wraps a value in an array if it isn't already one", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-assure-array.git" }, "keywords": [ "array", "wrap" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": {}, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.6.0", "gulp": "^3.9.1" } }