commit92c55c5705
Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Jun 16 23:26:41 2016 +0100 Update resource links commita72719dc24
Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Jun 16 23:18:44 2016 +0100 Move hand-made js to resources
26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"name": "jbuk-frontend",
|
|
"description": "",
|
|
"main": "",
|
|
"authors": [
|
|
"Jonny Barnes <jonny@jonnybarnes.uk>"
|
|
],
|
|
"license": "CC0-1.0",
|
|
"homepage": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
|
"moduleType": [],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"fetch": "~0.11.0",
|
|
"alertify.js": "alertifyjs#~1.0.5",
|
|
"store2": "~2.3.2",
|
|
"Autolinker.js": "~0.24.0",
|
|
"marked": "~0.3.5",
|
|
"sanitize-css": "^3.2.0"
|
|
}
|
|
}
|