-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.32 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": "mi-vecindario",
"version": "0.1.0",
"description": "#konradmillion hackathon 2016",
"main": "index.js",
"scripts": {
"dev": "run-p dev:*",
"dev:server": "node node_modules/quik/bin/quik.js --port 8008",
"dev:api": "node node_modules/babel-cli/bin/babel-node.js api/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"db:migrate": "knex migrate:latest --knexfile api/knexfile.js",
"db:rollback": "knex migrate:rollback --knexfile api/knexfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PixelBaobab/MiVecindario.git"
},
"author": "Jean M. Lescure",
"collaborator": "Diana Lescure",
"license": "MIT",
"bugs": {
"url": "https://github.com/PixelBaobab/MiVecindario/issues"
},
"homepage": "https://github.com/PixelBaobab/MiVecindario#readme",
"dependencies": {
"babel-cli": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"bcrypt": "^0.8.7",
"bookshelf": "^0.10.0",
"dotenv": "^2.0.0",
"grapheme-breaker": "^0.3.2",
"knex": "^0.11.10",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-router": "^7.0.1",
"npm-run-all": "^3.0.0",
"pg": "^6.1.0",
"quik": "^0.6.0",
"react-hammerjs": "^0.5.0",
"uuid": "^2.0.2"
}
}