-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (44 loc) · 985 Bytes
/
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": "webide",
"version": "0.1.0",
"description": "Web based IDE for developing some kickass fx using JavaScript.",
"main": "app.js",
"dependencies": {
"connect": "== 2.7.2",
"express": "== 3.1.0",
"passport": "== 0.1.15",
"passport-github": "== 0.1.3",
"gift": "== 0.0.5",
"filewalker": "== 0.1.1",
"funkit": "== 0.7.4",
"is-js": "== 0.1.1",
"request": "== 2.14.0",
"date-utils": "== 1.2.12",
"jade": "*"
},
"devDependencies": {
"handlebars": "== 1.0.8",
"grunt": "== 0.3.17",
"tiny-lr": "== 0.0.4"
},
"directories": {
"example": "public/examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/elovalo/webide.git"
},
"keywords": [
"led",
"hardware",
"ide",
"editor",
"effects"
],
"author": "Juho Vepsalainen",
"license": "MIT",
"readmeFilename": "README.md"
}