-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 893 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 893 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
{
"name": "reflect-api",
"version": "1.0.0",
"engines": {
"node": "4.2.4"
},
"description": "reflect is a smart mirror meant to streamline your morning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectReflect/reflect-api.git"
},
"author": "reflect",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectReflect/reflect-api/issues"
},
"homepage": "https://github.com/ProjectReflect/reflect-api#readme",
"dependencies": {
"bluebird": "^3.2.2",
"forecast": "^0.2.1",
"koa": "^1.1.2",
"koa-bodyparser": "^2.0.1",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.2",
"nodemon": "^1.8.1",
"redwrap": "0.0.4",
"request": "^2.69.0"
}
}