lockandload
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "lockandload", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
"main": "index.html", | ||
"browser": "index.html", | ||
"files":[ | ||
"*", "index.html" | ||
], | ||
"scripts": { | ||
"test": "# Can only be tested inside a browser environment.", | ||
"foo": "sed -e '/^[\t ]*\\/\\//d' <annotated.html >index.html" | ||
"prepublish":"sed -e '/^[\t ]*\\/\\//d' <annotated.html >index.html" | ||
}, | ||
"files":[ | ||
"*", "index.html" | ||
], | ||
"dependencies": {}, | ||
@@ -18,26 +18,9 @@ "devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/BuGlessRB/lockandload.git" | ||
"type": "git", "url": "git://github.com/BuGlessRB/lockandload" | ||
}, | ||
"keywords": [ | ||
"AMD", | ||
"loader", | ||
"minimal", | ||
"boilerplate" | ||
"AMD", "loader", "minimal", "boilerplate" | ||
], | ||
"author": { | ||
"name": "Stephen R. van den Berg", | ||
"email": "srb@cuci.nl" | ||
}, | ||
"license": "(ISC OR GPL-3.0)", | ||
"readme": "<h1>lockandload</h1>\n\nLockandload is a minimal AMD-loader-compatible boilerplate to start\nyour website/single-page-app.\n\n## Requirements\n\nIt runs inside any webbrowser environment (starting at IE11 and up).\n\n## Usage\n\n### API\n\n## References\n\n- [Asynchronous Module Definition\n (AMD)](https://github.com/amdjs/amdjs-api/blob/master/AMD.md).\n- Inspired by [Curiosity-Driven's minimal\n loader](https://curiosity-driven.org/minimal-loader).\n\nOther loaders:\n- [RequireJS](https://requirejs.org/).\n- [curl](https://github.com/unscriptable/curl).\n", | ||
"readmeFilename": "README.md", | ||
"gitHead": "145396896f2da2a0a10b9f2242f106b9ca48ded4", | ||
"bugs": { | ||
"url": "https://github.com/BuGlessRB/lockandload/issues" | ||
}, | ||
"homepage": "https://github.com/BuGlessRB/lockandload#readme", | ||
"_id": "lockandload@0.1.2", | ||
"_shasum": "e78f8c1bd5184672ec053067b62566a3bdcde024", | ||
"_from": "lockandload@" | ||
"author": "Stephen R. van den Berg <srb@cuci.nl>", | ||
"license": "(ISC OR GPL-3.0)" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7133
10
1
2