UNPKG

locusbuilder-utility

Version:

Locusbuilder Utility server for asset scraping and processing

40 lines (39 loc) 944 B
{ "name": "locusbuilder-utility", "version": "1.0.0", "description": "Locusbuilder Utility server for asset scraping and processing", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server" }, "repository": { "type": "git", "url": "https://github.com/lvahost/locusbuilder-utility-server.git" }, "keywords": [ "locus", "visual", "arts", "utility", "server" ], "author": "Richard Abear <owchzzz@gmail.com>", "license": "ISC", "dependencies": { "async": "^2.6.0", "cheerio": "^1.0.0-rc.2", "express": "^4.16.2", "node-fetch": "^1.7.3", "nodemon": "^1.14.11", "phantom": "^4.0.12", "request": "^2.83.0" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1" } }