UNPKG

947 BJSONView Raw
1{
2 "name": "panda-9000",
3 "version": "4.0.0",
4 "description": "Task runner based on reactive JavaScript",
5 "files": [
6 "build/npm/src"
7 ],
8 "main": "build/npm/src/index.js",
9 "bin": {
10 "p9k": "bin/p9k"
11 },
12 "scripts": {
13 "test": "gulp npm:test"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/pandastrike/panda-9000.git"
18 },
19 "keywords": [
20 "functional programming",
21 "reactive",
22 "task runner",
23 "build",
24 "task",
25 "gulp",
26 "grunt"
27 ],
28 "authors": [
29 "Dan Yoder"
30 ],
31 "license": "MIT",
32 "dependencies": {
33 "coffeescript": "^2.3.2",
34 "colors": "^1.3.2",
35 "panda-garden": "^1.0.0",
36 "panda-parchment": "^4.1.0",
37 "panda-quill": "^3.2.0",
38 "panda-river": "^4.3.0"
39 },
40 "devDependencies": {
41 "@babel/preset-env": "^7.1.0",
42 "amen": "^2.1.0",
43 "gulp": "github:gulpjs/gulp#v4.0.0-alpha.3",
44 "panda-builder": "^2.4.1"
45 },
46 "engine": "node >= 8"
47}