forked from YahooArchive/mojito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.01 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
{
"name": "mojito",
"version": "0.5.1",
"description": "Mojito provides an architecture, components and tools for developers to build complex web applications faster.",
"preferGlobal": true,
"author": "Drew Folta <folta@yahoo-inc.com>",
"contributors": [
"Ric Allinson <allinson@yahoo-inc.com>",
"Matt Taylor <mtaylor@yahoo-inc.com>",
"Chris Klaiber <cklaiber@yahoo-inc.com>",
"Drew Folta <folta@yahoo-inc.com>",
"Martin Cooper <mcooper@yahoo-inc.com>",
"Isao Yagi <isao@yahoo-inc.com>",
"Michael Ridgway <mridgway@yahoo-inc.com>",
"Caridy Patino <caridy@yahoo-inc.com>"
],
"dependencies": {
"colors": "*",
"express": "2.5.10",
"glob": "~3.1.11",
"js-yaml": "1.0.2",
"jslint": "~0.1.9",
"mime": "1.2.4",
"mkdirp": ">0.3",
"request": "2.9.202",
"rimraf": ">2",
"semver": "1.0.14",
"wrench": "~1.3.9",
"ycb": "~1.0.0",
"yui": "~3.7.3",
"yuidocjs": "~0.3.14",
"yuitest": "~0.7.4",
"yuitest-coverage": "~0.0.6"
},
"keywords": [
"framework",
"webapp"
],
"main": "lib/mojito",
"directories": [
"bin",
"docs",
"lib"
],
"bin": {
"mojito": "bin/mojito"
},
"engines": {
"node": ">0.4",
"npm": ">1.0"
},
"devDependencies": {
"async": "*",
"commander": "1.0.1",
"node-static": ">0.6",
"yahoo-arrow": "~0.0.67"
},
"homepage": "http://developer.yahoo.com/cocktails/mojito/",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/mojito.git"
},
"bugs": "https://github.com/yahoo/mojito/issues",
"scripts": {
"test": "./tests/run.js test -u --group server --driver nodejs && ./tests/run.js test -u --group client --driver selenium"
},
"yahoo": {
"mojito": {
"type": "bundle",
"location": "lib/app"
}
}
}