forked from solettaproject/soletta-dev-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "soletta-dev-app",
"version": "0.0.7",
"description": "Soletta Development Application provides a web-based environment where developers can write, visualize, modify, run, test and debug their Soletta FBP programs. The Soletta Development Application is supposed to run on your target board and it then exposes the development environment through a web server application based on node.js.",
"main": "index.js",
"dependencies": {
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.12.4",
"express-session": "^1.11.3",
"http": "0.0.0",
"line-reader": "^0.2.4",
"morgan": "^1.5.3",
"multer": "^1.1.0",
"node-uuid": "^1.4.3",
"octonode": "^0.7.1",
"session-file-store": "0.2.0"
},
"scripts": {
"test": "protractor protractor.config.js"
},
"keywords": [
"soletta",
"embedded",
"fbp",
"flow_based_programming",
"iot",
"internet_of_things"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"protractor": "~3.3.0",
"expect.js": "~0.3.1",
"mocha": "~2.5.3"
},
"repository": {
"type": "git",
"url": "git@github.com:solettaproject/soletta-dev-app.git"
}
}