UglifyJS/bower.json

27 lines
597 B
JSON
Raw Normal View History

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