-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 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
{
"name": "pint",
"version": "0.9.1",
"description": "PINT is a drawing software",
"main": "index.js",
"scripts": {
"test": "karma start",
"heroku-prebuild": "npm install -g grunt && grunt",
"start": "node build/server/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VengeurK/PINT.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/VengeurK/PINT/issues"
},
"homepage": "https://github.com/VengeurK/PINT#readme",
"dependencies": {
"@types/jasmine": "^2.6.0",
"@types/jquery": "^3.2.13",
"@types/serve-static": "^1.13.1",
"@types/socket.io": "^1.4.31",
"@types/socket.io-client": "^1.4.32",
"amd-loader": "0.0.8",
"canvas": "^1.6.9",
"electron-packager": "^10.1.1",
"express": "^4.16.2",
"grunt": "~1.0.1",
"grunt-cleanempty": "^1.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-replace": "^1.0.1",
"grunt-touch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.16",
"jasmine-ts": "^0.2.1",
"jquery": "^3.2.1",
"jsdom": "^11.5.1",
"materialize-css": "^0.100.2",
"moniker": "^0.1.2",
"path": "^0.12.7",
"randomcolor": "^0.5.3",
"requirejs": "^2.3.5",
"serve-static": "^1.13.1",
"socket.io": "^2.0.4",
"ts-express": "^1.0.3",
"typescript": "^2.5.3"
},
"devDependencies": {
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.32",
"typedoc": "^0.9.0",
"karma-typescript": "^3.0.7"
}
}