UNPKG

spitfirepm

Version:

Client API Tools for Spitfire Project Management

40 lines (39 loc) 1.04 kB
{ "name": "spitfirepm", "version": "23.9330.5", "description": "Client API Tools for Spitfire Project Management", "main": "", "keywords": [ "REST", "API" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "xpostbuild": "d:/spitfiredev/CopyNPMOutputsToWebApp.cmd" }, "repository": { "type": "git", "url": "git+https://github.com/SpitfireSoftware/SpitfirePM.git" }, "author": "Spitfire Management, LLC <development@spitfiremanagement.com> (https://spitfiremanagement.com)", "license": "MIT", "bugs": { "url": "https://github.com/SpitfireSoftware/SpitfirePM/issues", "email": "support@spitfiremanagement.com" }, "homepage": "https://github.com/SpitfireSoftware/SpitfirePM#readme", "devDependencies": { "@types/jquery": "^3.5.32", "jquery-ui": "^1.14.1" }, "browserslist": [ "last 2 Chrome versions" ], "files": [ "dist" ], "dependencies": { "localforage": "^1.10.0" } }