25 lines
564 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.0.0-alpha.0",
"license": "MIT",
"main": "index.js",
"keywords": [
"netlify-cms"
],
"scripts": {
2018-07-06 18:56:28 -04:00
"watch": "parcel watch src/*.js --out-dir . --no-cache",
"build": "parcel build src/*.js --out-dir . --no-cache"
2018-07-03 15:47:15 -04:00
},
"dependencies": {
"immutable": "^3.7.6",
"localforage": "^1.4.2",
"lodash": "^4.13.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"parcel-bundler": "^1.9.4"
}
}