-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "hyperstrip-hyperline-essentials",
"version": "1.0.0",
"description": "Hyper/HyperStrip plugin collection ported from HyperLine",
"main": "dist/hyperline_essentials.js",
"dependencies": {
"left-pad": "^1.1.3",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"public-ip": "^2.0.1",
"styled-jsx": "^3.1.3",
"systeminformation": "^3.54.0"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"cross-env": "^3.1.4",
"webpack": "2.2.0-rc.1",
"webpack-node-externals": "^1.3.3"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hetima/hyperstrip-hyperline-essentials.git"
},
"keywords": [
"hyper",
"hyper.app",
"hyperterm",
"hyper-plugin",
"hyperstrip",
"hyperline"
],
"author": "hetima <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hetima/hyperstrip-hyperline-essentials/issues"
},
"homepage": "https://github.com/hetima/hyperstrip-hyperline-essentials"
}