UNPKG

478 BJSONView Raw
1{
2 "name": "toarray",
3 "version": "0.0.0",
4 "description": "I find myself writing `item = item instanceof Array ? item : [item]` a lot, so I decided to make a simple library to does it for me. A few examples:",
5 "main": "./index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/crcn/toarray.js.git"
12 },
13 "author": "",
14 "license": "BSD",
15 "readmeFilename": "README.md"
16}