dark-sky-skeleton
Version:
barebones dark sky weather api - for client or server-side js
42 lines • 1.06 kB
JSON
{
"name": "dark-sky-skeleton",
"version": "0.1.46",
"description": "barebones dark sky weather api - for client or server-side js",
"main": "index.js",
"scripts": {
"build": "babel ./src/dark-sky-skeleton.js --out-file ./dist/dark-sky-skeleton.js",
"test": "jest",
"test:watch": "yarn run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deanbot/dark-sky-skeleton.git"
},
"keywords": [
"dark",
"sky",
"darsky",
"weather",
"forecast",
"forecast-io",
"forecast.io",
"forecast",
"isomorphic"
],
"author": "Dean Verleger",
"license": "ISC",
"bugs": {
"url": "https://github.com/deanbot/dark-sky-skeleton/issues"
},
"homepage": "https://github.com/deanbot/dark-sky-skeleton#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.3.2"
},
"dependencies": {
"fetch-jsonp": "^1.0.6",
"isomorphic-fetch": "^2.2.1",
"query-string": "^4.3.2"
}
}