-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 946 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 946 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
42
43
44
45
46
47
48
{
"name": "mixdown-plugins",
"version": "2.3.2",
"main": "index",
"description": "General use plugins for mixdown.",
"keywords": [
"node",
"pipeline",
"search",
"autos"
],
"author": {
"name": "Vast",
"email": "vastjs-dev@vast.com",
"web": "http://vastdevblog.vast.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:mixdown/plugins"
},
"directories": {
"tests": "tests"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "node tests/example.js"
},
"dependencies": {
"lodash": "1.2.1",
"browserify": "2.36.0",
"uglify-js": "2.3.6",
"mime": "1.2.9",
"through": "2.3.4"
},
"devDependencies": {
"tap": "*",
"pipeline-router": "*",
"mixdown-server": "*",
"broadway": "*",
"hammock": "*",
"async": "*"
},
"optionalDependencies": {},
"homepage": "http://vastdevblog.vast.com/"
}