-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 890 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
{
"name": "clearblade-q-promise-library",
"version": "1.1.0",
"description": "Promise library for JavaScript, ClearBlade Platform",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/rreinold/clearblade-q-promise-library.git"
},
"asset_types": [
"Code Libraries",
"Code Services"
],
"keywords": [
"q",
"promises",
"async",
"clearblade",
"platform",
"iot",
"then"
],
"author": "Rob Reinold <rob@clearblade.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rreinold/clearblade-q-promise-library/issues"
},
"homepage": "https://github.com/rreinold/clearblade-q-promise-library#readme",
"image_url": "https://imgur.com/ecM00ZP.png",
"private": false,
"prog_lang": [
"javascript"
],
"protocols": [],
"things": [],
"dependencies": {}
}