27 lines
697 B
JSON
27 lines
697 B
JSON
{
|
|
"name": "netlify-cms-lib-util",
|
|
"description": "Shared utilities for Netlify CMS.",
|
|
"version": "2.1.3-beta.0",
|
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
|
"main": "dist/netlify-cms-lib-util.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"netlify-cms"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"watch": "webpack -w",
|
|
"develop": "npm run watch",
|
|
"build": "cross-env NODE_ENV=production webpack"
|
|
},
|
|
"dependencies": {
|
|
"js-sha256": "^0.9.0",
|
|
"localforage": "^1.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"immutable": "^3.7.6",
|
|
"lodash": "^4.17.11"
|
|
}
|
|
}
|