2012-10-03 10:19:00 +00:00
|
|
|
{
|
2014-05-23 10:14:16 +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 15:02:32 +00:00
|
|
|
"version": "0.6.0",
|
2012-10-03 10:19:00 +00:00
|
|
|
"engines": { "node" : ">=0.4.0" },
|
|
|
|
|
"maintainers": [{
|
2014-05-23 10:14:16 +00:00
|
|
|
"name": "Dan Onoshko (dangreen)",
|
|
|
|
|
"email": "danpn0404@gmail.com",
|
|
|
|
|
"web": "http://trigen.pro/"
|
2012-10-03 10:19:00 +00:00
|
|
|
}],
|
2013-05-19 11:24:33 +00:00
|
|
|
"repository": {
|
2012-10-03 10:19:00 +00:00
|
|
|
"type": "git",
|
2014-05-23 10:14:16 +00:00
|
|
|
"url": "https://github.com/TrigenSoftware/ColaScript.git"
|
2013-05-19 11:24:33 +00:00
|
|
|
},
|
2012-10-03 10:19:00 +00:00
|
|
|
"dependencies": {
|
2013-03-31 09:51:43 +00:00
|
|
|
"async" : "~0.2.6",
|
2014-03-03 03:20:19 +00:00
|
|
|
"source-map" : "~0.1.33",
|
2014-05-23 10:14:16 +00:00
|
|
|
"optimist" : "~0.3.5"
|
2012-10-03 10:19:00 +00:00
|
|
|
},
|
|
|
|
|
"bin": {
|
2014-05-23 10:14:16 +00:00
|
|
|
"cola" : "bin/cola"
|
|
|
|
|
}
|
2012-10-03 10:19:00 +00:00
|
|
|
}
|