forked from gijs/dashku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.75 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.75 KB
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
{
"name" : "Dashku",
"description" : "Realtime dashboards and widgets built with HTML, CSS, and JavaScript",
"version" : "0.0.1",
"author" : "Anephenix <paul@anephenix.com> (http://anephenix.com)",
"contributors" : [
"Nick Niemeir <nick.niemeir@gmail.com> (http://nrn.io)",
"Stuart Quin (https://github.com/stuartquin)",
"Joe Passavanti <gottaloveit@gmail.com>",
"Maxime Beauchemin (https://github.com/mistercrunch)"
],
"private" : true,
"engines" : { "node": ">= 0.6.0" },
"dependencies" : {
"bcrypt" : "0.7.7",
"coffee-script" : "latest",
"connect-route" : "0.1.3",
"marked" : "latest",
"mongoose" : "2.9.6",
"nodemailer" : "latest",
"node-uuid" : "latest",
"options" : "latest",
"redis" : "latest",
"request" : "latest",
"socketstream" : "git://github.com/socketstream/socketstream.git",
"ss-coffee" : "0.1.x",
"ss-hogan" : "0.1.x",
"ss-jade" : "0.1.x",
"ss-stylus" : "0.1.x",
"underscore" : "latest"
},
"devDependencies" : {
"cucumber" : "latest",
"gently" : "latest",
"mocha" : "latest",
"selenium-launcher" : "latest",
"soda" : "latest",
"coveralls" : "2.0.16",
"mocha-lcov-reporter" : "0.0.1"
},
"scripts": {
"start" : "./node_modules/.bin/coffee app.coffee",
"test" : "./node_modules/.bin/cake test",
"cuke" : "./node_modules/.bin/cucumber.js",
"populateWidgetTemplates" : "./node_modules/.bin/cake populateWidgetTemplates",
"console" : "./node_modules/.bin/coffee repl.coffee"
}
}