-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 956 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
{
"name": "anura-js-client",
"version": "1.1.3",
"description": "Official Anura client library for Node.js and the browser",
"main": "lib/index.js",
"scripts": {
"start": "nodemon --exec babel-node --presets env,stage-2 src/test.js",
"build": "babel src -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnuraConfig/anura-js-client.git"
},
"keywords": [
"anura"
],
"author": "HenShalom",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnuraConfig/anura-js-client/issues"
},
"homepage": "https://github.com/AnuraConfig/anura-js-client#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.18.9"
},
"dependencies": {
"request": "^2.88.0",
"socket.io-client": "^2.2.0",
"sync-request": "^6.0.0"
}
}