create-element-basic
Version:
HTML element string creation
32 lines (31 loc) • 755 B
JSON
{
"name": "create-element-basic",
"description": "HTML element string creation",
"version": "0.2.2",
"homepage": "https://github.com/akileez/create-element-basic",
"author": {
"name": "Keith Williams",
"url": "https://github.com/akileez/create-element-basic"
},
"repository": {
"type": "git",
"url": "git://github.com/akileez/create-element-basic.git"
},
"bugs": {
"url": "https://github.com/akileez/create-element-basic/issues"
},
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": ["hmtl", "tags", "tag", "create", "element"],
"files": ["index.js"]
}