UNPKG

@smarterlabs/norman

Version:

A static data layer for modern web applications

40 lines (39 loc) 938 B
{ "name": "@smarterlabs/norman", "version": "0.6.4", "main": "src/index.js", "scripts": { "build": "node index", "clean": "del-cli dist" }, "description": "A static data layer for modern web applications", "keywords": [ "norman", "static", "data layer", "api" ], "author": "https://smarterlabs.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/smarterlabs/norman.git", "directory": "packages/norman" }, "homepage": "https://github.com/smarterlabs/norman#readme", "bugs": { "url": "https://github.com/smarterlabs/norman/issues" }, "dependencies": { "@iarna/toml": "^2.2.5", "deepmerge": "^4.2.2", "download": "^8.0.0", "fs-extra": "^9.0.0", "javascript-stringify": "^2.0.1", "lodash": "^4.17.15" }, "devDependencies": { "del-cli": "^3.0.0" }, "gitHead": "fb3ca3f8db574cf080fd92c0c40c961e62ce3316" }