forked from mixdown/mixdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 969 Bytes
/
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
{
"name": "mixdown",
"version": "3.0.0",
"description": "Mixdown components are used to create and remix web app and cli services.",
"contributors": [
"Tommy Messbauer",
"Eric Capps",
"Mike Behrman",
"Chad Gowan",
"Marko Jankovic"
],
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha -R spec -u tdd test/tests/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mixdown/mixdown.git"
},
"keywords": [
"mixdown",
"cli",
"http",
"web"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixdown/mixdown/issues"
},
"dependencies": {
"async": "^0.9.0",
"bucker": "^1.0.11",
"lodash": "^2.4.1",
"mixdown-app": "^3.0.4",
"mixdown-cli": "0.0.3",
"mixdown-config-filesystem": "^3.0.0",
"mixdown-server": "^3.0.0"
},
"devDependencies": {
"mocha": "^1.20.1"
}
}