-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 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
36
37
38
39
{
"name": "hyper.chrome",
"version": "0.1.6",
"description": "hyper+json client for Chrome and Firefox",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hypergroup/hyper.chrome.git"
},
"keywords": [
"hyper",
"json"
],
"author": "Cameron Bytheway <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypergroup/hyper.chrome/issues"
},
"homepage": "https://github.com/hypergroup/hyper.chrome",
"dependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-loader": "8.0.0-beta.0",
"component-emitter": "^1.2.1",
"create-react-class": "^15.6.2",
"hyper-browser": "^0.1.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"superagent": "^3.6.3"
},
"devDependencies": {
"css-loader": "^0.28.7",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
}
}