forked from dbashford/mimosa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 1.68 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
86
87
88
{
"name": "mimosa",
"preferGlobal": "true",
"version": "2.2.7",
"homepage": "http://www.mimosa.io",
"author": "David Bashford",
"description": "A lightning-fast, modular, next generation browser development tool.",
"contributors": [
{
"name": "David Bashford",
"email": "[email protected]"
}
],
"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",
"ractive",
"nunjucks",
"amd",
"require",
"requirejs",
"mimosa",
"mmodule",
"lint",
"hint",
"brunch",
"grunt",
"yeoman",
"server",
"express",
"source",
"maps",
"node-sass",
"bower"
],
"dependencies": {
"lodash": "2.4.1",
"coffee-script": "1.7.1",
"ansi-color": "0.2.1",
"wrench": "1.5.6",
"commander": "1.3.2",
"chokidar": "0.6.3",
"request": "2.33.0",
"logmimosa": "1.0.3",
"skelmimosa": "1.2.0",
"newmimosa": "1.1.0",
"mimosa-server": "1.4.2",
"mimosa-minify-js": "1.1.2",
"mimosa-minify-css": "1.2.1",
"mimosa-jshint": "1.1.5",
"mimosa-csslint": "1.1.3",
"mimosa-live-reload": "1.1.2",
"mimosa-require": "2.1.1",
"mimosa-bower": "1.5.0",
"mimosa-copy": "1.2.0"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"scripts": {
"prepublish": "node build.js"
}
}