-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 934 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 934 Bytes
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
{
"name": "toxin",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gott",
"license": "ISC",
"dependencies": {
"getscreenmedia": "^1.4.0",
"jquery": "^2.1.4",
"js-cookie": "^2.0.0-pre",
"material-ui": "^0.9.2",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-scrollbar": "^0.1.3",
"react-tap-event-plugin": "^0.1.7",
"simplewebrtc": "^1.19.0"
},
"devDependencies": {
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat-css": "^2.2.0",
"gulp-jsmin": "^0.1.5",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-react": "^3.0.1",
"gulp-uglifyjs": "^0.6.2",
"reactify": "^1.1.1",
"run-sequence": "^1.1.1",
"tiny-lr": "^0.1.6",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2"
}
}