-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"name": "lipwigjs",
"version": "1.2.5",
"description": "A browser API for use with a Lipwig server",
"main": "lib/Lipwig.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "grunt",
"prepare": "tsc && grunt exec:bundle"
},
"keywords": [],
"author": "William Hayward <WillHayCode@gmail.com> (https://WillHayCode.com)",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"chai": "4.2.0",
"circular-dependency-plugin": "^5.2.0",
"dts-bundle-generator": "^5.4.0",
"eslint": "7.7.0",
"grunt": "1.3.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-uglify": "3.3.0",
"grunt-exec": "3.0.0",
"grunt-karma": "^4.0.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^4.0.2",
"karma": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "1.3.0",
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"lipwig": "1.2.5",
"mocha": "8.1.2",
"typedoc": "0.19.0",
"typescript": "4.0.2",
"webpack": "4.44.1"
},
"dependencies": {
"lipwig-events": "0.0.4"
},
"directories": {
"doc": "docs",
"example": "example",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WillHayCode/LipwigJS.git"
},
"bugs": {
"url": "https://github.com/WillHayCode/LipwigJS/issues"
},
"homepage": "https://github.com/WillHayCode/LipwigJS#readme"
}