-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·85 lines (85 loc) · 3.04 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": "hansel-ke-orderingsystem",
"subdomain": "hansel-ke-orderingsystem",
"domains": [],
"description": "OpenBusiness Ordering System",
"version": "0.0.1-11",
"private": true,
"scripts": {
"start": "lib/index.js",
"server-watch": "node_modules/.bin/coffee -c -w -o lib src",
"dev-debug": "NODE_ENV=development nodemon --debug ./lib/index.js",
"dev": "NODE_ENV=development nodemon ./lib/index.js",
"dev-old": "NODE_ENV=development nodemon ./lib/js/server.js",
"dev-norestart": "NODE_ENV=development node ./lib/index.js",
"inspect": "node-inspector &",
"assets": "rm -rf public/assets/* && node_modules/.bin/voila -p /assets",
"test": "NODE_ENV=test node_modules/.bin/mocha -R spec test/*-test.coffee",
"test-xunit": "NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -C -R xunit test/*.coffee"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.2.6",
"express-form": "0.8.1",
"express-messages-bootstrap": "0.1.0",
"connect": "2.7.11",
"connect-gzip": "0.1.6",
"connect-flash": "0.1.1",
"underscore": "1.4.4",
"async": "0.2.9",
"colors": "0.6.0-1",
"pkginfo": "0.3.0",
"nconf": "0.6.7",
"corser": "1.2.0",
"mailer": "0.6.7",
"request": "2.21.0",
"socket.io": "0.9.16",
"ansi-color": "0.2.1",
"jade": "0.31.1",
"stylus": "0.32.1",
"nib": "0.9.1",
"passport": "0.1.17",
"passport-http": "0.2.2",
"passport-oauth": "0.1.15",
"passport-http-bearer": "0.2.1",
"passport-local": "0.1.6",
"unicode": "0.4.3",
"winston": "0.7.1",
"mongoose": "3.6.11",
"nodemailer": "0.4.4",
"bcrypt": "0.7.5",
"passgen": "1.0.1",
"gravatar": "1.0.6",
"date-utils": "1.2.13",
"voila": "0.1.0",
"some-errors": "0.2.0",
"route-active": "0.2.0",
"underscore-ext": "0.2.0",
"mongoose-plugins-timestamp": "0.2.0",
"mongoose-plugins-created-by": "0.2.0",
"mongoose-plugins-delete-paranoid": "0.2.0",
"mongoose-plugins-resource-limits": "0.2.0",
"mongoose-plugins-tags-simple": "0.2.0",
"mongodb-objectid-helper": "0.2.0",
"simple-paginator": "0.2.1",
"mongoose-identity-store": "0.3.0",
"mongodb-errors": "0.2.0",
"libxml-to-js": "0.3.11",
"ejs" : "0.8.4",
"coffee-script": "1.6.3",
"moment" : "2.0.0",
"node-zip" : "1.0.1",
"node-html-encoder" : "0.0.2",
"openb-app-dbstore": "git+ssh://[email protected]/openb/openb-app-dbstore.git",
"openb-app-state-machine": "git+ssh://[email protected]/openb/openb-app-state-machine.git",
"openb-app-bl": "git+ssh://[email protected]/openb/openb-app-bl.git"
},
"bundledDependencies": [],
"devDependencies": {
"should": "1.2.2",
"mongoskin": "0.5.0",
"mocha": "1.10.0"
}
}