homemade
Version:
C-like JS preprocessor
46 lines (45 loc) • 877 B
JSON
{
"name": "homemade",
"description": "C-like JS preprocessor",
"version": "0.3.6",
"homepage": "https://github.com/dfcreative/homemade",
"author": {
"name": "Dmitry Ivanov",
"email": "df.creative@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/dfcreative/homemade.git"
},
"bugs": {
"url": "https://github.com/dfcreative/homemade/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/dfcreative/homemade/blob/master/LICENSE"
}
],
"main": "homemade.js",
"engines": {
"node": "*"
},
"dependencies": {
"tosource": ">=0.1.1"
},
"devDependencies": {},
"keywords": [
"gruntplugin",
"directive",
"ENV",
"environment",
"ifdef",
"ifndef",
"echo",
"include",
"exclude",
"process",
"preprocess",
"pragma"
]
}