forked from chroma-sdk/chroma-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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 src/**/*.ts{,x}"
},
"homepage": "https://github.com/chroma-sdk/chroma-js#readme",
"directories": {
"test": "test"
},
"keywords": [
"Razer",
"Chroma",
"SDK",
"Rest",
"API",
"API"
]
}