-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
47 lines (47 loc) · 965 Bytes
/
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
{
"name": "pugify",
"version": "2.2.0",
"description": "browserify v2 plugin for pug with sourcemaps support",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.13.10",
"browserify-transform-tools": "^1.7.0",
"convert-source-map": "^1.7.0",
"pug": "^3.0.2",
"source-map": "^0.7.3",
"through": "^2.3.8"
},
"devDependencies": {
"@babel/preset-env": "^7.13.10",
"browserify": "^17.0.0",
"tap": "14.11.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/sidorares/pugify.git"
},
"homepage": "https://github.com/sidorares/pugify",
"keywords": [
"browserify",
"v2",
"jade",
"pug",
"plugin",
"transform",
"source maps",
"sourcemaps"
],
"contributors": [
{
"name": "Andrey Sidorov",
"email": "[email protected]"
},
{
"name": "David Willis"
}
],
"license": "MIT"
}