-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 786 Bytes
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
{
"name": "canvity",
"version": "0.1.0",
"description": "Lightweight OBS-Based Typescript Framework",
"main": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gunnerwolf/Canvity.git"
},
"author": "Dylan Renwick",
"license": "MIT",
"bugs": {
"url": "https://github.com/gunnerwolf/Canvity/issues"
},
"homepage": "https://github.com/gunnerwolf/Canvity#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-typescript": "^5.0.0",
"rimraf": "^2.6.3",
"source-map-loader": "^0.2.4",
"ts-loader": "^5.3.3",
"tslint": "^5.16.0",
"typescript": "^3.3.3",
"webpack-stream": "^5.2.1",
"gulp-sourcemaps": "^2.6.5"
}
}