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.
31 lines
899 B
31 lines
899 B
{
|
|
"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 src/scripts/search.js"
|
|
},
|
|
"repository": "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": {
|
|
"ramda": "^0.23.0",
|
|
"riot": "^3.3.1",
|
|
"rollup": "^0.41.4",
|
|
"rollup-plugin-commonjs": "^7.0.0",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"rollup-plugin-riot": "^1.1.0",
|
|
"whatwg-fetch": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"rollup-plugin-buble": "^0.15.0",
|
|
"spectre.css": "^0.2.9",
|
|
"whatwg-fetch": "^2.0.2"
|
|
}
|
|
}
|
|
|