-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.21 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
{
"author": "cine.io",
"name": "cineio-meetups",
"domains": ["https://meetups.cine.io"],
"version": "0.0.1",
"description": "Google Hangouts Clone using Cine.io Peer SDK",
"main": "server.js",
"scripts": {
"test": "true"
},
"repository": "",
"dependencies": {
"cine-io": "^0.2.1",
"coffee-script": "^1.8.0",
"express": "^4.10.4",
"flux": "^2.0.1",
"howler": "^1.1.25",
"jade": "^1.8.1",
"keymirror": "^0.1.0",
"moment": "^2.8.4",
"morgan": "^1.5.0",
"newrelic": "^1.14.1",
"node-cjsx": "^0.1.2",
"object-assign": "^2.0.0",
"qs": "^2.3.3",
"react": "^0.12.1",
"superagent": "^0.21.0"
},
"devDependencies": {
"browserify": "^7.0.0",
"coffee-react": "^2.1.2",
"coffee-reactify": "^2.1.0",
"connect-browserify": "^3.2.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0"
},
"license": "Copyrighted / All Rights Reserved",
"engines": {
"node": "0.10.x"
},
"private": true
}