forked from OpenFPGAduino/Arduinojs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.5 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.5 KB
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
{
"name": "Arduinojs",
"version": "0.1.0",
"description": "Restapi server for opneFPGAduino",
"main": "server.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha ut/mocha.js --timeout 10000",
"jslint": "jslint 'apps/*.js' 'server.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenFPGAduino/Arduinojs.git"
},
"pre-commit": [
"test",
"jslint"
],
"dependencies": {
"bluebird": "*",
"optimist": "*",
"express": "~4.0.0",
"express-session": "*",
"express-http-proxy": "*",
"passport": ">= 0.0.0",
"socket.io": "*",
"deasync": "*",
"data.io": "*",
"tingodb": "0.3.5",
"swagger-tools": "*",
"body-parser": "*",
"log4js": "*",
"assert": "*",
"multer": "0.1.6",
"collections": "*",
"ffi": "*",
"shelljs": "*",
"figlet": "*",
"mqtt": "^1.14.1",
"mocha": "*",
"node-uuid": "*",
"mosca": "1.1.0",
"chai": "*",
"request": "*",
"tcp-port-used": "*",
"tty.js": "*",
"cron": "*",
"diffsync": "*",
"node-zookeeper-client": "*",
"kafka-rest": "*",
"localtunnel": "*",
"tingyun": "*",
"mathjs": "*",
"microtime": "^2.1.2",
"coap": "0.17.0",
"helmet": "^3.6.0",
"numeric": "*",
"plotly": "0.2.13",
"deep-equal": "^1.0.1"
},
"author": "Zhizhou Li",
"license": "GPL",
"readmeFilename": "README.md",
"devDependencies": {
"pre-commit": "0.0.9",
"jslint": "0.6.4"
},
"keywords": [
"Restapi",
"node"
]
}