edison-giphy-js-sdk-core
Version:
The **Giphy Core SDK** is a wrapper around [Giphy API](https://github.com/Giphy/GiphyAPI).
39 lines (38 loc) • 1.25 kB
JSON
{
"name": "edison-giphy-js-sdk-core",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "babel -d lib/ src/ && mocha --compilers js:babel-core/register --recursive \"./tests/**/*.spec.js\"",
"lint": "gulp default",
"publish_npm": "npm run test patch && npm publish",
"build_for_npm": "gulp; babel -d lib/ src/",
"build_for_browser": "WEBPACK_ENV=build webpack"
},
"author": "Cosmo Cochrane",
"license": "ISC",
"dependencies": {
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"promise": "^7.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^3.5.0",
"eslint-loader": "^1.7.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-jsbeautifier": "^2.1.0",
"mocha": "^3.3.0",
"webpack": "^2.5.1"
}
}