forked from philipheinser/ember-lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 876 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
{
"name": "ember-lightning",
"version": "0.0.5",
"description": "Ember lightning hosting for https://github.com/LevelbossMike/ember-deploy",
"main": "index.js",
"scripts": {
"start": "node --harmony index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/philipheinser/ember-lightning.git"
},
"keywords": [
"ember",
"lightning",
"hosting",
"server",
"deploy"
],
"author": "Philip Heinser <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/philipheinser/ember-lightning/issues"
},
"homepage": "https://github.com/philipheinser/ember-lightning",
"dependencies": {
"co-redis": "^1.1.1",
"hiredis": "^0.3.0",
"koa": "^0.19.1",
"redis": "^0.12.1"
},
"engines": {
"node": "0.12.x"
}
}