-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.24 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "socketty",
"version": "0.0.0",
"description": "Terminal over websockets using ratchet and phpseclib",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"deps": "npm install -g gulp && npm install"
},
"repository": {
"type": "git",
"url": "git://github.com/magnusjt/socketty.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/magnusjt/socketty/issues"
},
"browserify": {
"transform": [
[
"babelify",
{
"experimental": true
}
]
]
},
"homepage": "https://github.com/magnusjt/socketty",
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"chalk": "^1.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"pretty-hrtime": "^1.0.0",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1",
"gulp-less": "^3.0.3"
},
"dependencies": {
"moment": "^2.10.6",
"react": "^0.13.3",
"term.js": "0.0.5",
"lodash": "^3.10.1",
"bootstrap": "^3.3.5",
"flux": "^2.0.3"
}
}