-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "xserver",
"version": "0.0.1",
"description": "Javascript X11 Server",
"main": "proxy.js",
"dependencies": {
"async": "*",
"express": "*",
"future": "*",
"ip-address": "*",
"morgan": "*",
"react": "*",
"react-tools": "*",
"requirejs": "*",
"source-map-support": "^0.3.2",
"supervisor": "*",
"websocket": "*",
"wolfy-eventemitter": "*"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-runtime": "^5.8.25",
"babelify": "^6.1.3",
"browserify": "^11.2.0",
"factor-bundle": "^2.5.0",
"gulp": "^3.9.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor -w proxy.js proxy",
"cloc": "cloc --exclude-dir=node_modules,public/lib,fonts,public/fonts,public/xcb ."
},
"repository": {
"type": "git",
"url": "git://github.com/GothAck/javascript-x-server.git"
},
"keywords": [
"x11"
],
"author": "Greg Miell <[email protected]>",
"license": "BSD-2-Clause",
"gitHead": "b9e6f6729a00444ea0c4988bc33c51bee05f2041",
"readmeFilename": "readme.md"
}