-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 939 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
{
"name": "helicoprion",
"version": "1.0.0",
"description": "Workout analysis",
"main": "index.js",
"devDependencies": {
"babel-cli": "^6.22.2",
"eslint": "^3.7.1",
"flow-bin": "^0.32.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/pouchdb-server/bin/pouchdb-server --config=config/pouch-server.json",
"import-data": "node ./import-data.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remon-georgy/helicoprion.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/remon-georgy/helicoprion/issues"
},
"homepage": "https://github.com/remon-georgy/helicoprion#readme",
"dependencies": {
"eslint": "^3.14.0",
"express": "^4.14.0",
"jsonschema": "^1.1.1",
"lodash": "^4.17.4",
"nodemon": "^1.11.0",
"pouchdb": "^6.1.1",
"pouchdb-server": "^2.0.1"
}
}