-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
108 lines (108 loc) · 3.46 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "maki",
"version": "0.3.0-pre",
"description": "Framework for hand-rolling web applications.",
"main": "index.js",
"bin": {
"maki": "bin/maki.js"
},
"scripts": {
"test": "NODE_ENV=test mocha --recursive",
"coverage": "NODE_ENV=test istanbul cover _mocha -- --recursive",
"updates": "rm -rf bower_components && bower install semantic && cp -r bower_components/semantic/rtl/less private/less/semantic && rm -rf bower_components"
},
"repository": {
"type": "git",
"url": "git://github.com/martindale/maki.git"
},
"keywords": [
"maki",
"framework",
"rest",
"websockets",
"api",
"resources",
"craftsman",
"handroll"
],
"author": "Eric Martindale",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "22dbaa6e09ffb728b79cecf128f4694fe12d5661",
"dependencies": {
"async": "~0.7.0",
"body-parser": "~1.2.2",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.12",
"coalescent": "^0.5.0-alpha.3",
"colors": "^1.0.3",
"connect-busboy": "0.0.2",
"cookie-parser": "~1.1.0",
"emoji-parser": "^0.1.1",
"express": "git://github.com/martindale/express#multiple-views",
"fast-json-patch": "^0.3.6",
"flashify": "^0.1.2",
"fs-extra": "^0.24.0",
"gridfs-stream": "^0.5.3",
"jade": "git://github.com/martindale/jade#extends-expressions",
"jade-browser": "0.0.14",
"json-patch": "^0.4.3",
"json-stringify-safe": "^5.0.1",
"jsonpath-object-transform": "git://github.com/dvdln/jsonpath-object-transform",
"less-middleware": "git://github.com/martindale/less.js-middleware#maki",
"lodash": "^4.6.1",
"maki-analytics": "git://github.com/martindale/maki-analytics",
"maki-auth-simple": "0.0.1",
"maki-auth-slack": "git://github.com/martindale/maki-auth-slack",
"maki-client-level": "^0.1.0",
"maki-client-markdown": "martindale/maki-client-markdown",
"maki-client-polymer": "git://github.com/martindale/maki-client-polymer",
"maki-client-search": "martindale/maki-client-search",
"maki-cms-local": "git://github.com/martindale/maki-cms-local#master",
"maki-forms": "0.0.0",
"maki-jsonrpc": "^0.1.1",
"maki-mongoose-hooks": "git://github.com/martindale/maki-mongoose-hooks#nko",
"maki-passport-local": "0.0.4",
"maki-queue": "0.0.2",
"maki-service-websockets": "git://github.com/martindale/maki-service-websockets#develop",
"maki-sessions": "0.0.1",
"marked": "^0.3.2",
"moment": "^2.8.4",
"mongoose": "^4.9.3",
"mongoose-deep-populate": "^1.1.0",
"mongoose-json-patch": "^1.0.1",
"mongoose-slug": "^1.3.1",
"multer": "^0.1.6",
"node-torrent-stream": "git://github.com/unusualbob/node-torrent-stream#master",
"node-uuid": "^1.4.1",
"path-to-regexp": "~0.2.1",
"peer": "^0.2.8",
"pem": "^1.4.1",
"pluralize": "^1.0.0",
"procure": "^0.1.4",
"provide": "^0.1.3",
"redis": "^0.12.1",
"semantic-ui-less": "^2.2.9",
"serve-static": "^1.6.4",
"slackdown": "^0.1.1",
"spdy": "^1.28.1",
"speakingurl": "^1.1.5",
"streamifier": "^0.1.0",
"uuid": "^3.0.1",
"walk": "^2.3.9",
"ws": "~0.4.31",
"yaml-front-matter": "^3.4.0"
},
"devDependencies": {
"chai": "^1.9.1",
"cheerio": "^0.17.0",
"coveralls": "^2.11.1",
"debug-trace": "^0.2.3",
"form-data": "^0.2.0",
"istanbul": "^0.3.0",
"maki-cms-local": "0.0.1",
"mocha": "~1.20.1",
"restler": "^3.2.2",
"supertest": "~0.13.0"
}
}