-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
executable file
·82 lines (82 loc) · 1.88 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
{
"name": "toubkal",
"version": "0.3.20",
"description": "Fully reactive programming for nodejs and the browser",
"main": "lib/server.js",
"files": [
"node_modules_self_reference.js",
"lib",
"documentation",
"bin",
"examples",
"site",
"application_template"
],
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=4.6.0"
},
"dependencies": {
"acorn": "^7.4.1",
"compressible": "2.0.10",
"css-select": "1.3.0-rc0",
"diff": "3.5.0",
"domutils": "1.6.2",
"easyimage": "^3.1.1",
"es5-shim": "4.5.9",
"express": "4.16.4",
"express-session": "1.15.6",
"highlight.js": "9.12.0",
"htmlparser2": "3.9.2",
"markdown-it": "9.0.1",
"mime": "1.4.1",
"mocha": "^7.2.0",
"node-uuid": "1.4.8",
"nodemailer": "^6.8.0",
"nodemailer-sendmail-transport": "1.0.2",
"passport": "0.3.2",
"piexifjs": "1.0.3",
"socket.io": "2.1.1",
"socket.io-client": "2.1.1",
"source-map": "0.5.6",
"uglify-js": "3.0.17",
"undefine": "latest",
"url-pattern": "1.0.3"
},
"devDependencies": {
"coffee-script": "1.12.6",
"expect.js": "0.3.1",
"mocha-unfunk-reporter": "0.4.0",
"passport-facebook": "2.1.1",
"passport-github": "1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-linkedin": "1.0.0",
"passport-linkedin-oauth2": "1.5.0",
"passport-local": "^1.0.0",
"passport-twitter": "1.0.4",
"source-map-support": "0.4.15",
"zombie": "6.1.4"
},
"scripts": {
"test": "sh test/bin/tests.sh"
},
"testling": {
"harness": "mocha-tdd",
"files": "test/lib/*js"
},
"repository": {
"type": "git",
"url": "git://github.com/ReactiveSets/toubkal.git"
},
"keywords": [
"reactive programming",
"transactional",
"reactive",
"dataflow"
],
"author": "Reactive Sets",
"license": "AGPL-3.0"
}