-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
42
43
44
45
{
"name": "microgear-reactnative",
"version": "0.1.0",
"scripts": {
"compile": "babel --presets es2015 -d lib/ src/ --watch",
"prepublish": "npm run compile"
},
"dependencies": {
"axios": "^0.13.1",
"crypto": "*",
"hat": "*",
"mqtt": "*",
"oauth": "*"
},
"description": "microgear client library for react native",
"main": "lib/index.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/pthongtaem/microgear-reactnative"
},
"keywords": [
"netpie",
"iot",
"platform",
"reactnative"
],
"author": "Polchompunoot Thongtaem Na Ayudhya <pthongtaem@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/netpieio/microgear-nodejs/issues"
},
"homepage": "https://github.com/pthongtaem/microgear-reactnative",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2"
}
}