-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.52 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "espruino-iot-manager",
"version": "3.0.15",
"description": "",
"main": "./bin/espruino-iot-manager.js",
"scripts": {
"test": "NODE_ENV=test mocha --reporter spec --require @babel/register ./client/base/lib/Pulser/**/*.test.js"
},
"author": "",
"license": "MIT",
"bin": {
"esp-iot": "./bin/espruino-iot-manager.js"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.4",
"es6-promise": "^4.2.4",
"es6-symbol": "^3.1.1",
"espruino": "^0.1.16",
"find-cache-dir": "^2.0.0",
"fnv-plus": "^1.2.12",
"fs-extra": "^7.0.0",
"memory-fs": "^0.4.1",
"path": "^0.12.7",
"ramda": "^0.25.0",
"react-dev-utils": "^5.0.2",
"regenerator-runtime": "^0.12.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"serialport": "^7.0.2",
"terser": "^3.14.0",
"tmp": "0.0.33"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}