-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "screen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "DEBUG=nanodlp,nextion,serialport node bin/index.js",
"start": "node bin/index.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-cli": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-es2017": "^6.24.1",
"get-pixels": "^3.3.0",
"imagemagick": "^0.1.3",
"png-js": "^0.1.1",
"pushbullet": "^2.0.0",
"request-promise-native": "^1.0.4",
"reqwest": "^2.0.5",
"serialport": "^4.0.7",
"sharp": "^0.18.1",
"three": "^0.86.0",
"xhr2": "^0.1.4",
"ip": "^1.1.5",
"drivelist": "^6.1.5",
"child_process": "^1.0.2"
}
}