You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
828 B

{
"name": "array-ify",
"version": "1.0.0",
"description": "Turn anything into an array",
"homepage": "https://github.com/stevemao/array-ify",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": "stevemao/array-ify",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"array-ify",
"array",
"arr",
"arrify",
"arrayify",
"convert",
"value"
],
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.8",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"mocha": "*"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "npm run-script lint && mocha"
}
}