Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
32
node_modules/list-to-array/package.json
generated
vendored
Normal file
32
node_modules/list-to-array/package.json
generated
vendored
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user