forked from SIGMusic/Grand-Piano-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "viz",
"version": "1.0.0",
"description": "The premise of this visualizer is to allow it to be streamed to some online website where we can then access it through the Siebel Center's video wall.",
"main": "app.js",
"scripts": {
"postinstall": "bower install && grunt uglify && grunt copy;",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "5.9.1",
"npm": "3.7.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.5.2",
"angular-animate": "^1.5.2",
"angular-aria": "^1.5.2",
"angular-datepicker": "^1.0.5",
"angular-material": "^1.0.6",
"angular-messages": "^1.5.2",
"bower": "^1.8.0",
"clipboard": "^1.5.10",
"express": "^4.11.1",
"grunt": "^0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-copy": "^0.1.0",
"grunt-express-server": "^0.4.19",
"matchdep": "~0.1.2",
"ngclipboard": "^1.1.1",
"physicsjs": "^0.7.0",
"socket.io": "^1.4.5",
"websocket": "^1.0.24",
"pizzicato": "0.4.0"
},
"devDependencies": {
"grunt-contrib-compass": "^0.5.0"
}
}