-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
46 lines (46 loc) · 1.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "takana",
"version": "0.5.4",
"repository": "[email protected]:mechio/takana.git",
"description": "Takana live editor server",
"main": "index.js",
"scripts": {
"test": "./scripts/test",
"build": "babel lib -d build"
},
"bin": {
"takana": "bin/takana"
},
"preferGlobal": true,
"author": "mech.io",
"license": "MIT",
"dependencies": {
"babel-register": "^6.9.0",
"chokidar": "1.6.0",
"commander": "~2.1.0",
"connect": "~2.12.0",
"express": "~3.4.8",
"less": "~2.5.3",
"log4js": "~0.6.9",
"mime": "^1.2.11",
"node-sass": "~3.8.0",
"nssocket": "~0.5.1",
"q": "~1.0.0",
"shelljs": "~0.2.6",
"takana-client": "^1.0.3",
"underscore": "~1.5.2",
"websocket": "~1.0.8"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"checksum": "~0.1.1",
"glob": "~3.2.8",
"gulp-docco": "0.0.4",
"gulp-watch": "^0.6.5",
"mocha": "~2.3.3",
"should": "~7.1.0",
"sinon": "~1.17.4"
}
}