27 lines
697 B
JSON
Raw Normal View History

2018-07-03 15:47:15 -04:00
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.1.3-beta.0",
2018-07-26 18:01:26 -04:00
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues",
2018-07-17 19:13:52 -04:00
"main": "dist/netlify-cms-lib-util.js",
2018-07-03 15:47:15 -04:00
"license": "MIT",
"keywords": [
"netlify-cms"
],
2018-07-17 19:13:52 -04:00
"sideEffects": false,
2018-07-03 15:47:15 -04:00
"scripts": {
2018-07-17 19:13:52 -04:00
"watch": "webpack -w",
"develop": "npm run watch",
2018-07-25 11:00:55 -04:00
"build": "cross-env NODE_ENV=production webpack"
2018-07-03 15:47:15 -04:00
},
"dependencies": {
"js-sha256": "^0.9.0",
2019-03-15 10:19:57 -04:00
"localforage": "^1.7.3"
2018-07-03 15:47:15 -04:00
},
2018-07-17 19:13:52 -04:00
"peerDependencies": {
"immutable": "^3.7.6",
"lodash": "^4.17.11"
2018-07-03 15:47:15 -04:00
}
}