forked from cosmicjs/cosmicjs-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cosmicjs",
"version": "2.35.0",
"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": "^3.10.1"
},
"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"
}