UNPKG

cosmicjs

Version:

The official client module for Cosmic JS. This module helps you easily add dynamic content to your website or application.

33 lines (32 loc) 895 B
{ "name": "cosmicjs", "version": "2.39.1", "description": "The official client module for Cosmic JS. This module helps you easily add dynamic content to your website or application.", "main": "index.js", "dependencies": { "es6-promise": "^3.0.2", "isomorphic-fetch": "^2.2.0", "lodash": "^4.17.4", "superagent": "^3.5.2" }, "devDependencies": {}, "scripts": { "browserify": "browserify index-browser.js | uglifyjs > cosmicjs.browser.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/cosmicjs/cosmicjs-node.git" }, "keywords": [ "cms", "node", "content", "api" ], "author": "Tony Spiro <tspiro@tonyspiro.com> (http://tonyspiro.com/)", "license": "ISC", "bugs": { "url": "https://github.com/cosmicjs/cosmicjs-node/issues" }, "homepage": "https://github.com/cosmicjs/cosmicjs-node#readme" }