-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 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
32
{
"name": "react-360-gaze-button",
"version": "1.0.0",
"description": "Gaze Button implementation for React 360",
"main": "dist/index.js",
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"repository": "git@github.com:mathdroid/react-360-gaze-button",
"author": "<muhammad.mustadi@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": "~16.0.0",
"react-360": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react-native": "^5.0.2",
"babel-preset-stage-2": "^6.24.1",
"np": "^2.20.1"
},
"scripts": {
"build": "babel src -d dist",
"release": "np",
"prepare": "npm run build"
}
}