-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 972 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 972 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
{
"name": "firescript-test",
"version": "0.9.3",
"description": "Integration & Syntax tests for Firescript",
"main": "test.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node test.js",
"test": "bin/firetest"
},
"bin": {
"firetest": "./bin/firetest"
},
"author": "Andi Heinkelein <andifeind@noname-media.com>",
"license": "MIT",
"dependencies": {
"colorfy": "^2.1.1",
"firescript": "^0.12.1",
"inspect.js": "^1.12.0",
"lagoon-reporter": "^0.7.5",
"mocha": "^7.2.0",
"supercmd": "^0.2.5",
"superfs": "^0.12.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Andifeind/firescript-test.git"
},
"keywords": [
"firescript",
"firescript test",
"firescript tests"
],
"bugs": {
"url": "https://github.com/Andifeind/firescript-test/issues"
},
"homepage": "https://github.com/Andifeind/firescript-test#readme"
}