-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "mixdown-boilerplate",
"version": "0.3.0",
"main": "index",
"description": "Boilerplate for everyone's favorite boilerplate tool - Yeoman.",
"keywords": [
"node"
],
"author": {
"name": "Vast",
"email": "[email protected]",
"web": "http://vastdevblog.vast.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:mixdown/boilerplate"
},
"directories": {
"tests": "tests"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"start": "node server"
},
"dependencies": {
"lodash": "1.3.x",
"mixdown-router": "~0.2.8",
"mixdown-server": "~0.5.4",
"mixdown-plugins": "~2.2.6",
"mixdown-pipelines": "~0.0.2",
"broadway-handlebars": "~0.2.3",
"mixdown-less": "~0.1.0",
"broadway": "~0.2.7",
"backbone": "~1.0.0",
"bootstrap": "git+https://github.com/twbs/bootstrap.git#v3.0.0-rc1",
"cookies-js": "0.3.1",
"hammerjs": "1.0.5",
"mixdown-geotools": "*",
"node-pipeline": "~0.5.1"
},
"devDependencies": {
"tap": "*",
"tape": "*",
"mocha": "*"
},
"optionalDependencies": {},
"homepage": "http://vastdevblog.vast.com/"
}