mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 13:18:29 +01:00
fa343c07f4
- slate-dev-environment@0.2.0 - slate-hotkeys@0.2.3 - slate-react@0.15.9
22 lines
575 B
JSON
22 lines
575 B
JSON
{
|
|
"name": "slate-dev-environment",
|
|
"description": "INTERNAL: A set of environment-related constants for Slate's core.",
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
|
"main": "lib/slate-dev-environment.js",
|
|
"module": "lib/slate-dev-environment.es.js",
|
|
"umd": "dist/slate-dev-environment.js",
|
|
"umdMin": "dist/slate-dev-environment.min.js",
|
|
"files": [
|
|
"dist/",
|
|
"lib/"
|
|
],
|
|
"dependencies": {
|
|
"is-in-browser": "^1.1.3"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
|
}
|
|
}
|