-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "ember-lightning",
"version": "0.3.0",
"description": "Ember lightning hosting for https://github.com/LevelbossMike/ember-deploy",
"main": "index.js",
"scripts": {
"start": "node --harmony index.js",
"test": "mocha --harmony --full-trace test.js"
},
"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": "^2.1.1",
"hiredis": "^0.5.0",
"koa": "^2.3.0",
"redis": "^2.7.1"
},
"engines": {
"node": ">=7.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"co-supertest": "0.0.10",
"mocha": "^2.4.5",
"should": "^8.3.0",
"supertest": "^1.2.0",
"supertest-koa-agent": "^0.2.1"
}
}