forked from loopmode/react-nipple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.74 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.74 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_from": "ow-react-nipple",
"_id": "ow-react-nipple@1.0.3",
"_inBundle": false,
"_integrity": "sha512-qiPHyy94kPI+mjEKl0s50KyefUMkF5ZPqcHBQJIzDWu0jfvc0YjQ0FnBuf0mkiuKWOPGDHayVasil73b2Da/FQ==",
"_location": "/ow-react-nipple",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ow-react-nipple",
"name": "ow-react-nipple",
"escapedName": "ow-react-nipple",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "",
"_shasum": "23d98109e35eb4106f11055b8273fb6ee660bd7d",
"_spec": "react-nipple",
"_where": "/home/offworld/dev_ws/swarm-robotic-mining/dev_ws/src/bot_teleops_web/client",
"bugs": {
"url": "https://github.com/loopmode/react-nipple/issues"
},
"bundleDependencies": false,
"dependencies": {
"autobind-decorator": "^2.1.0",
"classnames": "^2.2.6",
"lodash.isequal": "^4.5.0",
"nipplejs": "^0.7.1"
},
"deprecated": false,
"description": "A react wrapper for the [nipplejs](https://www.npmjs.com/package/nipplejs) on-screen-joystick.",
"devDependencies": {
"@loopmode/babel6-base": "^0.0.6",
"react": "^16.4.1"
},
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
"name": "ow-react-nipple",
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"repository": {
"type": "",
"url": ""
},
"scripts": {
"build": "babel src --out-dir lib --copy-files",
"build:full": "yarn clean && yarn eslint --fix && yarn docs && yarn build",
"build:watch": "yarn build --watch",
"clean": "rm -rf lib/*",
"docs": "esdoc",
"eslint": "eslint src",
"prepublishOnly": "yarn build:full"
},
"version": "1.0.3"
}