-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 956 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
36
37
38
39
40
41
{
"name": "workpacks-manager",
"version": "1.0.0",
"description": "Manage project workpacks, a word macro generates the tables",
"main": "index.js",
"scripts": {
"prestart": "knex migrate:latest",
"start": "node index.js",
"knex": "knex"
},
"engines" : {
"node" : "<=6.9.5",
"npm" : "<=3.10.10"
},
"keywords": [
"some"
],
"author": "Pep Rodeja",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.7",
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"bookshelf-cascade-delete": "^2.0.1",
"bulma": "^0.4.1",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-compile-sass": "^3.0.4",
"express-handlebars": "^3.0.0",
"knex": "^0.12.8",
"lodash": "^4.17.4",
"node-sass": "^4.5.2",
"pg": "^6.1.4",
"serve-favicon": "^2.4.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.18.0",
"eslint-config-default": "^0.2.1"
}
}