2014-05-23 14:07:15 +00:00
|
|
|
{
|
2014-09-10 06:21:17 +00:00
|
|
|
"name": "cola-script",
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"homepage": "https://github.com/TrigenSoftware/ColaScript",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Onoshko Dan"
|
|
|
|
|
],
|
|
|
|
|
"description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit",
|
|
|
|
|
"main": "./lib/browser-cola.js",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"ColaScript",
|
|
|
|
|
"Cola",
|
|
|
|
|
"JavaScript"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"test",
|
|
|
|
|
"bin",
|
|
|
|
|
"tools",
|
|
|
|
|
"*.md",
|
|
|
|
|
"colalogo.png",
|
|
|
|
|
".gitignore",
|
|
|
|
|
".travis.yml",
|
|
|
|
|
"bower.json",
|
|
|
|
|
"demo.cola",
|
|
|
|
|
"demo.cola.js",
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"package.json"
|
|
|
|
|
]
|
|
|
|
|
}
|