-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 899 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
{
"name": "panda-builder",
"version": "4.0.13",
"description": "Shared tooling for building fairmont packages",
"files": [
"build/npm"
],
"bin": {},
"main": "build/npm/src/index.js",
"scripts": {
"test": "p9k npm:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandastrike/panda-builder.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandastrike/panda-builder/issues"
},
"homepage": "https://github.com/pandastrike/panda-builder#readme",
"dependencies": {
"@babel/core": "^7.5.5",
"coffeescript": "^2.4.1",
"panda-parchment": "5.0.0",
"panda-quill": "4.0.1",
"panda-river": "5.0.0",
"pug": "^2.0.4",
"stylus": "^0.54.5"
},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"panda-builder": "4.0.12",
"panda-9000": "5.0.1"
}
}