bower test

This commit is contained in:
Dan Onoshko 2014-09-10 13:21:17 +07:00
parent 6a6c23d368
commit 5cbfbaaa74

View File

@ -1,12 +1,12 @@
{ {
"name": "cola-script", "name": "cola-script",
"version": "0.5.0", "version": "0.6.0",
"homepage": "https://github.com/TrigenSoftware/ColaScript", "homepage": "https://github.com/TrigenSoftware/ColaScript",
"authors": [ "authors": [
"Onoshko Dan" "Onoshko Dan"
], ],
"description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit", "description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit",
"main": "lib/browser-cola.js", "main": "./lib/browser-cola.js",
"keywords": [ "keywords": [
"ColaScript", "ColaScript",
"Cola", "Cola",
@ -16,9 +16,17 @@
"ignore": [ "ignore": [
"**/.*", "**/.*",
"node_modules", "node_modules",
"bower_components",
"test", "test",
"bin", "bin",
"tools" "tools",
"*.md",
"colalogo.png",
".gitignore",
".travis.yml",
"bower.json",
"demo.cola",
"demo.cola.js",
"LICENSE",
"package.json"
] ]
} }