-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1011 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
{
"name": "stainlesslobster-serial",
"version": "0.1.1",
"description": "Information and javascript parsing example for the Stainless Lobster serial output.",
"main": "index.js",
"scripts": {
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webmasterkai/stainlesslobster-serial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/webmasterkai/stainlesslobster-serial/issues"
},
"homepage": "https://github.com/webmasterkai/stainlesslobster-serial#readme",
"dependencies": {
"cape-lodash": "^1.12.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.7.0",
"jest": "^20.0.4"
}
}