-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 983 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
{
"name": "emberbase",
"version": "0.6.1",
"description": "A cheap firebase clone",
"author": "[email protected]",
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"express": "~4.0.0",
"socket.io": "~0.9.16",
"levelup": "~0.18.2",
"leveldown": "~0.10.2",
"ejs": "~1.0.0",
"commander": "~2.2.0",
"body-parser": "~1.2.2",
"cookie-parser": "~1.1.0",
"cookie-session": "~1.0.2"
},
"devDependencies": {
"gulp": "~3.6.1",
"gulp-concat": "~2.2.0",
"gulp-uglify": "~0.2.1",
"should": "~3.3.1",
"thebulk": "0.0.6"
},
"bin": {
"emberbase": "bin/application.js"
},
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/alexjab/emberbase.git"
},
"bugs": {
"url": "https://github.com/alexjab/emberbase/issues"
},
"homepage": "https://github.com/alexjab/emberbase",
"scripts": {
"test": "make test"
}
}