framer-device
Version:
Device constructor shorthand that defaults to @1x
27 lines (26 loc) • 556 B
JSON
{
"name": "framer-device",
"version": "0.1.3",
"description": "Device constructor shorthand that defaults to @1x",
"author": {
"name": "Pete Schaffner",
"email": "pjschaffner@gmail.com"
},
"license": "MIT",
"keywords": [
"prototyping",
"framerjs"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/peteschaffner/framer-device.git"
},
"main": "index.js",
"devDependencies": {
"framer-cli": "^0.1.0"
},
"scripts": {
"start": "framer preview"
},
"framer": { "type": "module" }
}