From bbaeb795ea52545634306797d100aa22759e0bb9 Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 25 Feb 2017 16:23:22 -0500 Subject: [PATCH] add package.json for rollup.js --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a9d0e02 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "textbookengine", + "version": "1.0.0", + "description": "Search for textbooks", + "main": "src/scripts/search.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build" : "rollup" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nisstyre56/TextbookEngine.git" + }, + "author": "Wesley Kerfoot", + "license": "AGPL-3.0", + "bugs": { + "url": "https://github.com/nisstyre56/TextbookEngine/issues" + }, + "homepage": "https://github.com/nisstyre56/TextbookEngine#readme", + "devDependencies": { + "rollup": "^0.41.4", + "rollup-plugin-riot": "^1.1.0" + } +}