forked from fand/veda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 919 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 919 Bytes
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
{
"name": "glsl-livecoder",
"main": "./lib/index",
"version": "0.4.4",
"description": "VJ / Live Coding environment with GLSL",
"keywords": [],
"activationCommands": {
"atom-workspace": "glsl-livecoder:toggle"
},
"repository": "https://github.com/fand/glsl-livecoder",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-message-panel": "^1.3.0",
"atom-package-deps": "^4.6.0",
"chokidar": "^1.7.0",
"execa": "^0.7.0",
"glslify": "^6.1.0",
"is-video": "^1.0.1",
"json5": "^0.5.1",
"pify": "^3.0.0",
"three": "^0.86.0",
"tmp": "^0.0.31",
"which": "^1.2.14"
},
"package-deps": [
"language-glsl",
"linter-glsl",
"autocomplete-glsl"
],
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.2.0",
"eslint-config-xo": "^0.18.2"
},
"scripts": {
"lint": "eslint lib"
}
}