-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
62 lines (62 loc) · 1.77 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
{
"name": "terraform",
"version": "1.23.0",
"description": "pre-processor engine that powers the harp web server",
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/terraform.git"
},
"main": "./lib/terraform",
"scripts": {
"prepare": "git config core.hooksPath ./hooks",
"test": "mocha test",
"preversion": "npm test",
"version": "npm publish",
"postversion": "git push --no-verify && git push --tags --no-verify"
},
"author": "Brock Whitten <[email protected]>",
"contributors": [
"Brock Whitten <[email protected]>",
"Brian Donovan <[email protected]>",
"Kenneth Ormandy <[email protected]>",
"Zhang Yichao <[email protected]>",
"Carlos Rodriguez",
"Zeke Sikelianos <[email protected]>",
"Guilherme Rodrigues <[email protected]>",
"Radu Brehar <[email protected]>",
"Glen Maddern <[email protected]>",
"Jed Foster <[email protected]>",
"Sehrope Sarkuni <[email protected]>",
"Keiichiro Matsumoto <[email protected]>",
"Najam Khn <[email protected]>",
"Eric Drechsel",
"Najam Khan",
"Zhang Yichao <[email protected]>",
"Dave Jensen",
"Ryan Lewis",
"Julian Duque <[email protected]>",
"Lu Nelson <[email protected]>",
"Stephen Way",
"Pierre Spring <[email protected]>",
"John Boxall <[email protected]>",
"TJ Nicolaides <[email protected]>",
"Miguel Lopes <[email protected]>",
"Jairo Llopis"
],
"license": "MIT",
"dependencies": {
"ejs": "3.1.9",
"esbuild": "0.18.17",
"lru-cache": "10.0.0",
"marked": "5.1.2",
"sass": "1.64.1",
"through": "2.3.8"
},
"devDependencies": {
"coffeescript": "2.7.0",
"less": "4.1.3",
"mocha": "10.2.0",
"should": "3.3.2",
"stylus": "0.59.0"
}
}