-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "holodex-loomio-data",
"version": "0.0.0",
"description": "micro-service to serve Loomio data as agents and relationships",
"main": "src/index.js",
"scripts": {
"start": "node .",
"dev": "NODE_ENV=development node-dev .",
"prod": "NODE_ENV=production npm start",
"test": "NODE_ENV=test ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holodex/loomio-data.git"
},
"keywords": [
"holodex",
"loomio",
"linked",
"data"
],
"author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.os)",
"license": "ISC",
"bugs": {
"url": "https://github.com/holodex/loomio-data/issues"
},
"homepage": "https://github.com/holodex/loomio-data#readme",
"dependencies": {
"body-parser": "^1.14.1",
"feathers": "^1.2.0",
"feathers-memory": "^0.4.0",
"mississippi": "^1.1.1",
"object-assign": "^4.0.1",
"readable-stream": "^2.0.4"
},
"devDependencies": {
"ava": "^0.7.0",
"node-dev": "^2.7.1",
"test-request": "^1.0.0"
}
}