-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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
{
"name": "ergosphere-core",
"version": "0.4.4",
"description": "Worm holes between offices",
"author": "Ergosign GmbH ([email protected])",
"repository": "https://github.com/Ergosign/ergosphere-core.git",
"license": "SEE LICENSE IN licence.md",
"private": false,
"dependencies": {
"atob": "2.0.3",
"autolinker": "0.17.1",
"express": "4.13.3",
"express-force-ssl": "0.3.0",
"recordrtc": "5.1.0",
"resemblejs": "2.2.2",
"socket.io": "1.3.5",
"yql": "1.0.2",
"moment": "2.19.3",
"spotify-web-api-node": "2.0.2",
"lastfm": "0.9.2",
"twitter": "1.7.1"
},
"main": "app.js",
"engines": {
"node": "*"
},
"files": [
"client-assets",
"assemble-files",
"lib",
"tasks"
],
"devDependencies": {
"assemble": "0.4.42",
"grunt": "0.4.5",
"grunt-bower-task": "0.4.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-copy": "0.6.0",
"grunt-sass": "2.0.0",
"grunt-contrib-uglify": "0.10.1",
"grunt-contrib-watch": "0.6.1",
"grunt-html": "4.0.3",
"grunt-responsive-images": "1.10.1",
"jit-grunt": "0.10.0",
"handlebars-helper-include": "0.2.0",
"qbox": "0.1.7",
"request": "2.57.0",
"time-grunt": "1.0.0"
},
"scripts": {
"prepare": "grunt release",
"start": "grunt run"
}
}