forked from apostololeg/roslibjs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 981 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
{
"name": "roslibjs-client",
"version": "0.0.1",
"description": "A wrapper for roslibjs that easier to use",
"author": "Oleg Apostol",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostololeg/roslibjs-client/issues"
},
"browser": "src/index.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"tests": "node test.js"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/apostololeg/roslibjs-client.git"
},
"keywords": [
"roslibjs",
"nodejs"
],
"homepage": "https://github.com/apostololeg/roslibjs-client#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"roslib": "git+https://github.com/RobotWebTools/roslibjs.git#develop",
"webpack": "^3.8.1",
"wolfy87-eventemitter": "git+https://github.com/Olical/EventEmitter.git"
}
}