-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 812 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 812 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "fluid",
"version": "0.3.0",
"description": "",
"main": "src/main.ts",
"bin": {
"fluid": "bin/main.js"
},
"scripts": {
"test": "echo 'Error: no test specified' && exit 1"
},
"keywords": [],
"author": "Greyson Wright",
"license": "",
"repository": {
"type": "git",
"url": "https://github.com/southernshirt/fluid"
},
"engines": {
"node": ">=12.1.0"
},
"dist-tags": {
"latest": "0.2.16"
},
"versions": [
"0.2.16",
"0.2.13",
"0.2.12",
"0.2.11",
"0.2.10",
"0.2.8",
"0.2.6",
"0.2.5",
"0.2.1",
"0.2.0",
"0.1.0"
],
"dependencies": {
"@types/jasmine": "^3.3.13",
"@types/node": "^12.0.3",
"chalk": "^2.4.2",
"jasmine": "^3.4.0",
"ts-node": "^8.2.0",
"typescript": "^3.5.1"
}
}