forked from cynicaloptimist/improved-initiative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.57 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
{
"name": "improved-initiative",
"version": "1.2.1",
"description": "Combat tracker for Dungeons and Dragons (D&D) 5th Edition",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cynicaloptimist/improved-initiative.git"
},
"engines": {
"node": "6.10.0",
"npm": "5.3.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5",
"requirejs": "^2.1.17",
"sinon": "^1.15.4"
},
"dependencies": {
"@types/body-parser": "^1.16.5",
"@types/color": "^3.0.0",
"@types/express": "^4.0.37",
"@types/express-serve-static-core": "^4.0.53",
"@types/express-session": "^1.15.3",
"@types/file-saver": "0.0.1",
"@types/jquery": "^3.2.13",
"@types/knockout": "^3.4.46",
"@types/mime": "^2.0.0",
"@types/mongodb": "^2.2.13",
"@types/mousetrap": "^1.5.34",
"@types/node": "^8.0.34",
"@types/react": "^16.0.34",
"@types/react-color": "^2.13.3",
"@types/react-dom": "^16.0.3",
"@types/request": "^2.0.4",
"@types/serve-static": "^1.7.32",
"@types/socket.io": "^1.4.31",
"@types/socket.io-client": "^1.4.31",
"awesomplete": "^1.1.1",
"body-parser": "^1.17.2",
"browser-filesaver": "^1.1.0",
"color": "^3.0.0",
"connect-mongodb-session": "^1.3.0",
"express": "^4.13.3",
"express-session": "^1.15.5",
"express-socket.io-session": "^1.3.2",
"font-awesome": "^4.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-open": "^0.2.3",
"grunt-ts": "^6.0.0-beta.17",
"grunt-webpack": "^3.0.2",
"jquery": "^3.3.1",
"keen-tracking": "^1.4.0",
"knockout": "^3.4.0",
"knockout-mapping": "^2.6.0",
"less": "^2.5.0",
"markdown-it": "^7.0.1",
"minimist": "^1.2.0",
"moment": "^2.16.0",
"mongodb": "^2.2.33",
"mousetrap": "^1.5.3",
"mustache": "^2.2.0",
"mustache-express": "^1.2.1",
"patreon": "^0.1.0",
"react": "^16.2.0",
"react-color": "^2.13.8",
"react-dom": "^16.2.0",
"request": "^2.81.0",
"socket.io": "^1.7.1",
"socket.io-client": "^1.7.1",
"ts-loader": "^3.3.1",
"typescript": "^2.6.2",
"uglify-js": "^2.7.4",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.8.1"
},
"scripts": {
"postinstall": "grunt --no-color postinstall",
"start": "node server/server.js",
"clean": "git clean -f -x -e node_modules/"
}
}