-
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) · 874 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 874 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
36
37
38
39
40
41
{
"name": "SGNett2",
"version": "0.0.1",
"description": "SGNett 2.0 for KSG",
"main": "web/server.js",
"dependencies": {
"body-parser": "~1.14.1",
"express": "~4.13.3",
"moment": "~2.10.6",
"njwt": "~0.2.3",
"node-uuid": "~1.4.7",
"pg": "~4.4.3",
"pg-hstore": "~2.3.2",
"q": "~1.4.1",
"sequelize": "~3.14.2",
"underscore": "~1.8.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-watch": "~0.6.1"
},
"scripts": {
"test": "node web/server",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mbuvarp/sg2_vaktsys.git"
},
"keywords": [
"sg2",
"sgnett2",
"ksg"
],
"author": "KSG-IT",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mbuvarp/sg2_vaktsys/issues"
}
}