-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.78 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
58
59
60
61
62
63
64
65
66
67
68
{
"author": {
"name": "Patricio Gonzalez Vivo,jarpi,brucelane,azopcorp",
"email": "[email protected],[email protected]"
},
"bugs": {
"url": "https://github.com/videodromm/videodromm-browser/issues"
},
"dependencies": {
"babel": "^5.8.29",
"babel-runtime": "5.8.29",
"codemirror": "5.58.2",
"express": "^4.14.0",
"glslCanvas": "^0.0.17",
"mocha": "^3.1.2",
"nodemon": "^1.11.0",
"uuid": "^2.0.3",
"winston": "^2.2.0",
"ws": "^1.1.1",
"xhr": "^2.2.0"
},
"description": "Live shader editor with websockets server",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babelify": "^6.4.0",
"browserify": "^11.2.0",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"csswring": "^4.0.0",
"gulp": "^3.9.0",
"gulp-derequire": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"jscs": "^2.4.0",
"jshint": "^2.8.0",
"mocha": "^3.1.2",
"modernizr": "^3.1.0",
"postcss-color-hex-alpha": "^2.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^7.1.0",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"homepage": "http://videodromm.github.io/documentation/",
"keywords": [
"websocket",
"nodejs",
"javascript"
],
"license": "MIT",
"main": "index.js",
"name": "videodromm-browser",
"repository": {
"type": "git",
"url": "https://github.com/videodromm/videodromm-browser"
},
"scripts": {
"test": "mocha spec/integration/init.js",
"start": "node node_modules/nodemon/bin/nodemon.js index.js"
},
"version": "0.0.1"
}