-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.17 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
{
"name": "panda-9000",
"version": "5.0.3",
"description": "Task runner based on reactive JavaScript",
"files": [
"build/npm/src",
"bin"
],
"main": "build/npm/src/index.js",
"bin": {
"p9k": "bin/p9k"
},
"scripts": {
"test": "p9k npm:test"
},
"repository": {
"type": "git",
"url": "git://github.com/pandastrike/panda-9000.git"
},
"keywords": [
"functional programming",
"reactive",
"task runner",
"build",
"task",
"gulp",
"grunt"
],
"authors": [
"Dan Yoder"
],
"license": "MIT",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"chokidar": "^3.0.2",
"coffeescript": "^2.4.1",
"colors": "^1.3.3",
"connect": "^3.7.0",
"connect-history-api-fallback": "^1.6.0",
"fast-glob": "^3.0.4",
"finalhandler": "^1.1.2",
"morgan": "^1.9.1",
"panda-garden": "4.0.1",
"panda-generics": "6.0.0",
"panda-parchment": "5.0.0",
"panda-quill": "4.0.1",
"panda-river": "5.0.0",
"serve-static": "^1.14.1"
},
"devDependencies": {
"amen": "2.1.0",
"panda-9000": "5.0.1",
"panda-builder": "4.0.13"
},
"engine": "node >= 8"
}