Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 7, 2013
1 parent c93f912 commit 3d5f1e6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
@@ -0,0 +1,32 @@
{
"name": "listify",
"version": "0.0.0",
"description": "Turn an array into a list of comma-separated values, appropriate for use in an English sentence.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ljharb/listify"
},
"keywords": [
"list",
"listify",
"array",
"comma",
"comma-separated",
"csv",
"oxford comma"
],
"author": "Jordan Harband",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/listify/issues"
},
"dependencies": {},
"devDependencies": {
"tape": "~1.1.0"
}
}

0 comments on commit 3d5f1e6

Please sign in to comment.