forked from Temasys/getaroom
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "getaroomio",
"description": "FREE and hassle free audio/video real-time chat for desktop and mobile.",
"version": "0.3.1",
"homepage": "http://github.com/serrynaimo/getaroom",
"author": {
"name": "Thomas Gorissen",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]/serrynaimo/getaroom.git"
},
"licenses": [
{
"type": "All rights reserved",
"url": "http://github.com/serrynaimo/getaroom"
}
],
"scripts": {
"start": "grunt dev"
},
"dependencies": {
"skylinkjs": "^0.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-stylus": "^0.17.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-connect-pushstate": "^0.2.0",
"grunt-env": "^0.4.1",
"grunt-filerev": "^0.2.1",
"grunt-react": "^0.8.2",
"grunt-replace": "^0.7.7",
"grunt-usemin": "^2.1.1",
"replace": "^0.2.9"
},
"engines": {
"node": ">=0.10.26",
"npm": ">=1.4.6"
},
"keywords": []
}