Jasmine JavaScript library packaged as XStatic.
Go to file
Jenkins cf95a6556c Merge "Upgrade Jasmine to 2.2.0" 2015-06-24 14:00:02 +00:00
xstatic Upgrade Jasmine to 2.2.0 2015-06-08 15:40:14 -06:00
.gitignore Jasmine 1.3.1 2014-05-27 09:32:39 +02:00
.gitreview Add a .gitreview file to this project 2015-06-08 15:41:43 -06:00
LICENSE Adding LICENSE file 2015-06-08 15:58:08 -06:00
MANIFEST.in Jasmine 1.3.1 2014-05-27 09:32:39 +02:00
README.txt Jasmine 1.3.1 2014-05-27 09:32:39 +02:00
setup.py Fix setup.py 2014-05-27 09:33:57 +02:00
tox.ini Add tox.ini to xstatic-jasmine 2015-06-24 14:58:09 +01:00

README.txt

XStatic-Jasmine
--------------

Jasmine JavaScript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.