forked from TNOCS/csWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.07 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "csweb",
"version": "0.3.15",
"description": "CommonSense web application",
"main": "dist-npm/index.js",
"typings": "dist-npm/index",
"author": {
"name": "Arnoud de Jong",
"email": "[email protected]"
},
"scripts": {
"postinstall": "./node_modules/.bin/typings install && npm run tsc:v && npm run tsc",
"test": "jasmine-node --verbose ./out/test/csServerComp && karma start ./test/karma.conf.js",
"test2": "karma start ./test/karma.conf.js",
"tsc": "./node_modules/.bin/tsc",
"tsc:v": "./node_modules/.bin/tsc -v",
"tsc:w": "./node_modules/.bin/tsc -w",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "https://github.com/TNOCS/csWeb"
},
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.0",
"compression": "^1.6.2",
"cors": "^2.7.1",
"express": "^4.13.4",
"fs-extra": "^1.0.0",
"hypertimer": "^2.1.3",
"jasmine": "^2.4.1",
"jwt-simple": "^0.5.0",
"kafka-node": "^0.5.9",
"lru-cache": "^4.0.1",
"moment": "^2.13.0",
"mqtt": "^2.1.3",
"mqtt-router": "^0.5.0",
"proj4": "^2.3.14",
"request": "^2.69.0",
"serve-favicon": "^2.3.0",
"sift": "^3.2.1",
"socket.io": "^1.4.5",
"underscore": "^1.8.3",
"which": "^1.2.4",
"winston": "^2.2.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/express-serve-static-core": "^4.0.41",
"ansi-styles": "^2.2.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"chokidar": "^1.4.3",
"coveralls": "^2.11.9",
"del": "^2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-batch": "^1.0.5",
"gulp-cached": "~1.1.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "~2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-css-base64": "^1.3.4",
"gulp-cssmin": "^0.1.7",
"gulp-debug": "^3.0.0",
"gulp-exec": "^2.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-insert": "~0.5.0",
"gulp-install": "~0.6.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "^2.3.2",
"gulp-tap": "^0.1.3",
"gulp-typings": "^2.0.4",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.0.8",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-node": "^2.0.0-beta4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"less": "^2.6.1",
"lru-cache": "^4.0.1",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7",
"request": "^2.69.0",
"retyped-kafka-node-tsd-ambient": "^0.2.22-0",
"run-sequence": "^1.1.5",
"typescript": "2.3.4",
"typings": "^2.0.0",
"underscore": "^1.8.3",
"which": "^1.2.4"
},
"bugs": {
"url": "https://github.com/TNOCS/csWeb/issues"
},
"homepage": "https://github.com/TNOCS/csWeb"
}