-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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": "mikroserver",
"version": "0.2.4",
"description": "Common sense layer for Currenda Sawa",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"start": "node lib/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Mikrosekcja/microserver"
},
"keywords": [
"Court",
"Case management",
"Mikrosekcja"
],
"author": "Tadeusz Łazurski <tadeusz@lazurski.pl> (http://lazurski.pl)",
"license": "GPL 3",
"dependencies": {
"async": "~0.2.9",
"config-object": "^0.2.0",
"cson": "^1.6.0",
"debug": "git://github.com/lzrski/debug.git#master",
"express": "~3.4.5",
"express-controller": "git://github.com/Mikrosekcja/express-controller.git#v0.1.3",
"lodash": "~2.4.1",
"moment": "~2.5.0",
"mongoose": "~3.8.1",
"mssql": "~0.5.3",
"nconf": "~0.6.9",
"source-map-support": "~0.2.5",
"stylus": "~0.42.0",
"teacup-view": "git://github.com/Mikrosekcja/teacup-view.git#v0.1.5",
"underscore.string": "~2.3.3",
"underscore.string.words": "git://github.com/lzrski/underscore.string.words.git#v0.3.6"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"should": "~2.1.1",
"mocha": "~1.15.1"
}
}