UNPKG

awwwards

Version:
52 lines (51 loc) 1.15 kB
{ "dependencies": { "axios": "^0.18.0", "cheerio": "^1.0.0-rc.2", "express": "^4.16.2", "rss": "^1.2.2" }, "name": "awwwards", "version": "1.0.1", "description": "awwwards API", "main": "./lib/awwwards.js", "directories": { "lib": "lib" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "jest": "^22.4.2", "unminified-webpack-plugin": "^2.0.0", "webpack": "^4.0.1", "webpack-cli": "^2.0.9" }, "scripts": { "test": "jest", "build": "webpack --mode production", "watch": "npm run build -- --watch", "app": "node index.js" }, "jest": { "testEnvironment": "node" }, "repository": { "type": "git", "url": "git+https://github.com/koelll/awwwards.git" }, "keywords": [ "awwwards", "parser", "api", "rss", "feed" ], "author": "Manuel Koell <manu@koell.li>", "license": "MIT", "bugs": { "url": "https://github.com/koelll/awwwards/issues" }, "homepage": "https://github.com/koelll/awwwards#readme" }