-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 892 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": "baobab.io",
"version": "0.0.1",
"description": "Baobab.js with Socket.IO",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --source-maps --watch",
"start": "npm run watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Staltec/baobab.io.git"
},
"keywords": [
"baobab",
"socket.io"
],
"author": "Alexander \"Staltec\" Prozorov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Staltec/baobab.io/issues"
},
"homepage": "https://github.com/Staltec/baobab.io#readme",
"dependencies": {
"baobab": "^2.3.1",
"socket.io-client": "^1.4.4"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"webpack": "^1.12.11"
}
}