This commit is contained in:
Onoshko Dan 2014-05-23 21:07:15 +07:00
parent 555546c57a
commit 5158fadfd3
3 changed files with 32 additions and 16 deletions

24
bower.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "cola-script",
"version": "0.5.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",
"bower_components",
"test",
"bin",
"tools"
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long