UglifyJS/package.json

26 lines
723 B
JSON
Raw Normal View History

2012-10-03 10:19:00 +00:00
{
"name": "cola-script",
"description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit",
"homepage": "https://github.com/TrigenSoftware/ColaScript",
2012-10-03 10:19:00 +00:00
"main": "tools/node.js",
2014-09-03 16:24:47 +00:00
"version": "0.5.9",
2012-10-03 10:19:00 +00:00
"engines": { "node" : ">=0.4.0" },
"maintainers": [{
"name": "Dan Onoshko (dangreen)",
"email": "danpn0404@gmail.com",
"web": "http://trigen.pro/"
2012-10-03 10:19:00 +00:00
}],
"repository": {
2012-10-03 10:19:00 +00:00
"type": "git",
"url": "https://github.com/TrigenSoftware/ColaScript.git"
},
2012-10-03 10:19:00 +00:00
"dependencies": {
"async" : "~0.2.6",
"source-map" : "~0.1.33",
"optimist" : "~0.3.5"
2012-10-03 10:19:00 +00:00
},
"bin": {
"cola" : "bin/cola"
}
2012-10-03 10:19:00 +00:00
}