summaryrefslogtreecommitdiff
path: root/node_modules/list-to-array/package.json
blob: a6b8ed0cd4919d3d6853bcf4e4709db53dad6bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "list-to-array",
  "version": "1.1.0",
  "description": "Simple javascript lib for converting a [comma || space] delimited string to an array",
  "main": "index.js",
  "author": "Jed Watson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JedWatson/list-to-array.git"
  },
  "bugs": {
    "url": "https://github.com/JedWatson/list-to-array/issues"
  },
  "homepage": "https://github.com/JedWatson/list-to-array",
  "scripts": {
    "test": "mocha tests.js"
  },
  "keywords": [
    "array",
    "list",
    "string",
    "manipulation",
    "conversion",
    "function",
    "library"
  ],
  "devDependencies": {
    "mocha": "^2.2.5",
    "must": "^0.12.0"
  }
}