-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 806 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 806 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
{
"name": "JaSMEd",
"version": "0.1.0",
"description": "JavaScript Music Editor",
"private": true,
"contributors": [
{ "name": "thibaud" },
{ "name": "grizix" },
{ "name": "acekat" },
{ "name": "jaimito" }
],
"repository": {
"type": "git",
"url": "git://github.com/Acekat/JaSMEd.git"
},
"dependencies": {
"express": "~3.1.0",
"underscore": "~1.4.4",
"async": "~0.2.5",
"jade": "~0.28.1",
"gluejs": "git://github.com/mixu/gluejs.git#24d1c05bda",
"socket.io": "~0.9.13",
"stylus": "~0.32.0",
"connect-redis": "~1.4.5",
"connect-flash": "~0.1.0",
"asset": "~0.4.13",
"cookie-signature": "~0.0.1"
},
"devDependencies": {
"node-dev": "~0.2.10"
},
"scripts": {
"postinstall": "./node_modules/.bin/asset; ./bin/setupStore",
"prestart": "./bin/clientBuild"
}
}