-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 861 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 861 Bytes
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
{
"name": "pipedream",
"description": "Framework for reusing backbone code on the client and server",
"version": "0.1.0",
"author": "Daniel Fernandez (http://danielf.com.ar) & Denis Bardadym (https://github.com/btd)",
"engines": {
"node": ">=0.6.18",
"npm": ">=1.1.9"
},
"devDependencies": {
"mocha": "~1.8.1"
},
"dependencies": {
"commander": "0.5.x",
"debug": "0.6.0",
"express": "3.0.1",
"lodash": "~1.0.0-rc.3",
"backbone": "1.0.0",
"handlebars": "1.0.10",
"q": "0.9.2",
"cheerio": "0.10.8"
},
"keywords": [
"pipedream",
"backbone",
"express",
"model",
"view",
"controller",
"router",
"server",
"client",
"browser"
],
"main": "pipedream.server",
"bin": {
"buildclient": "./bin/buildclient"
},
"engines": {
"node": "*"
}
}