This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community. Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it. https://www.freifunk-altdorf.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

55 lines
999 B

{
"name": "Sheet",
"version": "1.0.2 dev",
"description": "100% DOM-less JavaScript implementation of the styleSheets, cssRule & style APIs \nSupports custom and browser-incompatible CSS syntax like nested rules",
"keywords": [
"CSS",
"CSSOM",
"styleSheet",
"cssRule",
"style",
"parse"
],
"authors": ["Thomas Aylott"],
"contributors": [
{
"name": "Thomas Aylott",
"email": "thomas@subtlegradient.com",
"web": "http://subtlegradient.com"
}
],
"copyright": "© 2010 Thomas Aylott",
"license": "MIT License",
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"repositories": [{
"type": "git",
"url": "http://github.com/subtleGradient/Sheet.js/"
}],
"bugs": {
"web": "http://github.com/subtleGradient/Sheet.js/issues"
},
"directories": {
"src": "./Source",
"lib": "./Source",
"test": "./Test"
},
"sources": [
"Source/Sheet.js",
"Source/SheetParser.CSS.js"
],
"main":"./Source/Sheet"
}