thing-to-html
Version:
Convert objects & arrays to HTML!
32 lines (31 loc) • 658 B
JSON
{
"name": "thing-to-html",
"version": "1.0.7",
"description": "Convert objects & arrays to HTML!",
"keywords": [
"html",
"javascript",
"object",
"array",
"convert",
"thing",
"JSON"
],
"main": "thingToHTML-npm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Qodesmith",
"email": "theqodesmith@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/qodesmith/thing-to-html"
},
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat-util": "^0.5.5",
"gulp-less": "^3.0.5"
}
}