forked from dbashford/mimosa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.7 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "mimosa",
"preferGlobal": "true",
"version": "0.11.11",
"homepage": "http://www.mimosajs.com",
"author": "David Bashford",
"description": "A modern browser development toolkit and application assembler. Compile, lint, optimize, serve and more.",
"contributors": [
{
"name": "David Bashford",
"email": "dbashford@hotmail.com"
}
],
"bin": {
"mimosa": "./bin/mimosa"
},
"main": "./lib/index",
"repository": {
"type": "git",
"url": "https://github.com/dbashford/mimosa"
},
"keywords": [
"framework",
"boilerplate",
"toolkit",
"compiler",
"coffeescript",
"livescript",
"typescript",
"sass",
"less",
"stylus",
"dust",
"handlebars",
"ember",
"emblem",
"jade",
"underscore",
"lodash",
"hogan",
"amd",
"require",
"requirejs",
"mimosa",
"mmodule",
"lint",
"hint",
"brunch",
"grunt",
"yeoman",
"server",
"express"
],
"dependencies": {
"jade": "0.28.2",
"handlebars": "1.0.10",
"emblem": "0.2.4",
"dustjs-linkedin": "1.2.2",
"hogan.js": "2.0.0",
"lodash": "1.1.1",
"underscore": "1.4.4",
"ejs": "0.8.3",
"coffee-script": "1.6.2",
"iced-coffee-script": "1.4.0c",
"LiveScript": "1.1.1",
"less": "1.3.3",
"nib": "0.9.1",
"stylus": "0.32.1",
"ansi-color": "0.2.1",
"wrench": "1.4.4",
"commander": "1.1.1",
"chokidar": "0.6.2",
"logmimosa": "0.4.0",
"mimosa-server": "0.7.3",
"mimosa-require": "0.8.0",
"mimosa-minify": "0.6.3",
"mimosa-lint": "0.6.0",
"mimosa-live-reload": "0.7.0",
"npm": "1.2.15"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
}
}