-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 792 Bytes
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
{
"name": "sabre",
"version": "1.0.0",
"description": "",
"main": "dist/sabre.js",
"scripts": {
"build": "babel src -d dist && node test/test.js",
"test": "node test/test.js"
},
"keywords": [],
"author": "hmmhmmhm",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"react-devtools-core": "^3.6.0"
},
"dependencies": {
"blessed": "^0.1.81",
"chalk": "^2.4.2",
"folder-logger": "^1.0.0",
"parse-color": "^1.0.0",
"react": "^16.8.1",
"react-blessed": "^0.5.0"
}
}