js-spotify-wrapper
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "js-spotify-wrapper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Uma aplicação para trabalhar com Spotify Web API.", | ||
"main": "src/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clear": "rimraf lib", | ||
"es5": "./node_modules/.bin/babel --out-dir lib src", | ||
"es5": "./node_modules/.bin/babel --out-dir lib src", | ||
"build:es5": "npm run clear && npm run es5", | ||
@@ -17,4 +17,9 @@ "build:umd": "./node_modules/.bin/webpack --output-filename spotify-wrapper.umd.js", | ||
"test:tdd": "./node_modules/.bin/mocha tests/**/*.spec.js --require babel-register --watch", | ||
"nyc": "nyc npm test" | ||
"nyc": "nyc npm test", | ||
"coveralls": "npm run nyc && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"files": [ | ||
"dist", | ||
"lib" | ||
], | ||
"nyc": { | ||
@@ -45,5 +50,7 @@ "functions": 80, | ||
"babel-cli": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.14.0", | ||
@@ -58,4 +65,5 @@ "eslint-config-airbnb-base": "^12.1.0", | ||
"sinon-chai": "^2.14.0", | ||
"sinon-stub-promise": "^4.0.0" | ||
"sinon-stub-promise": "^4.0.0", | ||
"webpack": "^3.10.0" | ||
} | ||
} |
# Spotify Wrapper | ||
[![Build Status](https://travis-ci.org/DarlanCaruso/spotify-wrapper.svg?branch=master)](https://travis-ci.org/DarlanCaruso/spotify-wrapper) [![Coverage Status](https://coveralls.io/repos/github/DarlanCaruso/spotify-wrapper/badge.svg?branch=master)](https://coveralls.io/github/DarlanCaruso/spotify-wrapper?branch=master) | ||
A uma aplicação que utiliza a [Spotify Web API](https://developer.spotify.com/web-api/) | ||
@@ -4,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240
12
42107
17
12
240