This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.83 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
63
64
65
66
{
"name": "pj",
"version": "0.0.0",
"description": "pixel jockey",
"main": "index.js",
"scripts": {
"start": "electron .",
"test:deps": "dependency-check . leader follower && dependency-check . leader follower --extra --no-dev -i es2040",
"test:lint": "standard",
"test:node": "NODE_ENV=test run-default tape test/*.js --",
"test:coverage": "NODE_ENV=test nyc npm run test:node",
"test:coverage:report": "nyc report --reporter=lcov npm run test:node",
"test": "npm-run-all -s test:node test:lint test:deps"
},
"browserify": {
"transform": [
"es2040"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahdinosaur/pj.git"
},
"keywords": [],
"author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ahdinosaur/pj/issues"
},
"homepage": "https://github.com/ahdinosaur/pj#readme",
"devDependencies": {
"dependency-check": "^2.7.0",
"npm-run-all": "^4.0.1",
"nyc": "^10.1.2",
"run-default": "^1.0.0",
"standard": "^8.6.0",
"tape": "^4.6.3"
},
"dependencies": {
"bonjour": "^3.5.0",
"cuid": "^1.3.8",
"electron": "^1.6.2",
"es2040": "^1.2.3",
"fela": "^4.3.2",
"getport": "^0.1.0",
"gl-react": "^3.0.0-alpha.8",
"gl-react-dom": "^3.0.0",
"insert-css": "^2.0.0",
"ndarray": "^1.0.18",
"opc": "ahdinosaur/js-opc#codec",
"pixels-gl": "^2.0.0",
"pixels-opc": "^4.0.2",
"pull-opc": "^1.0.1",
"pull-stream": "^3.5.0",
"ramda": "^0.23.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-fela": "^4.3.2",
"react-hyperscript": "^3.0.0",
"react-jsonschema-form": "^0.48.2",
"regl": "^1.3.0",
"stream-to-pull-stream": "^1.7.2",
"xstream": "^10.8.0",
"xstream-connect": "^0.2.3"
}
}