UNPKG

@chromasdk/chromajs

Version:

JavaScript client for the Razer Chroma REST API

42 lines (41 loc) 874 B
{ "name": "@chromasdk/chromajs", "version": "0.1.1", "description": "JavaScript client for the Razer Chroma REST API", "repository": { "type": "git", "url": "git+https://github.com/chroma-sdk/chroma-js.git" }, "bugs": { "url": "https://github.com/chroma-sdk/chroma-js/issues" }, "license": "MIT", "main": "./dist/index.js", "types": "./dist/main.d.ts", "dependencies": { "isomorphic-fetch": "2.2.1" }, "devDependencies": { "nyc": "10.3.2", "rimraf": "2.6.1", "tslint": "5.3.2", "typescript": "2.3.3" }, "scripts": { "build": "tsc", "dev": "tsc -w", "lint": "tslint -c tslint.json 'src/**/*.ts'" }, "homepage": "https://github.com/chroma-sdk/chroma-js#readme", "directories": { "test": "test" }, "keywords": [ "Razer", "Chroma", "SDK", "Rest", "API", "API" ] }