-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.37 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
{
"name": "dice-server-js",
"version": "1.1.2",
"description": "Server for parsing and executing dice notation.",
"keywords": [
"dice"
],
"license": "MIT",
"private": true,
"homepage": "https://github.com/ssoloff/dice-server-js",
"repository": {
"type": "git",
"url": "https://github.com/ssoloff/dice-server-js.git"
},
"bugs": {
"url": "https://github.com/ssoloff/dice-server-js/issues"
},
"author": {
"name": "Steven Soloff",
"email": "[email protected]"
},
"contributors": [],
"engines": {
"node": ">= 6.11.3",
"npm": ">= 3.0.0"
},
"files": [
".build/compile/src/server",
".build/compile/support"
],
"dependencies": {
"base64url": "2.0.0",
"body-parser": "1.18.2",
"bootstrap": "3.3.7",
"canonical-json": "0.0.4",
"ejs": "2.5.7",
"express": "4.15.4",
"http-status-codes": "1.3.0",
"jcanvas": "20.1.2",
"jquery": "3.2.1",
"jquery.event.gevent": "1.1.6",
"jwk-to-pem": "1.2.6",
"jws": "3.1.4",
"random-js": "1.0.8",
"rsa-pem-to-jwk": "1.1.3",
"underscore": "1.8.3"
},
"devDependencies": {
"brfs": "1.4.3",
"browser-sync": "2.18.13",
"browserify": "14.4.0",
"browserify-css": "0.12.0",
"chai": "4.1.2",
"cucumber": "3.0.3",
"del": "3.0.0",
"eslint-config-crockford": "2.0.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"event-stream": "3.3.4",
"git-rev": "0.2.1",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-change": "1.0.0",
"gulp-coveralls": "0.1.4",
"gulp-csslint": "1.0.0",
"gulp-eslint": "4.0.0",
"gulp-exclude-gitignore": "1.2.0",
"gulp-htmlhint": "0.3.1",
"gulp-istanbul": "1.1.2",
"gulp-jasmine": "2.4.2",
"gulp-jison": "1.2.0",
"gulp-jsonlint": "1.2.0",
"gulp-nice-package": "1.1.0",
"gulp-nodemon": "2.2.1",
"gulp-replace": "0.6.1",
"gulp-util": "3.0.8",
"jasmine-supertest": "1.0.0",
"jsdoc": "3.5.5",
"json-assert": "1.0.2",
"request": "2.82.0",
"run-sequence": "2.2.0",
"selenium-webdriver": "3.5.0",
"server-destroy": "1.0.1",
"stream-to-promise": "2.2.0",
"supertest": "3.0.0",
"vinyl-source-stream": "1.1.0"
},
"scripts": {
"start": "node .build/dist/server.js"
}
}