-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
52 lines (52 loc) · 1.13 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
{
"name": "tributary",
"version": "0.7.0",
"description": "A live coding playground for producing visuals on the web.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
"main": "index.js",
"homepage": "http://tributary.io",
"author": {
"name": "Ian Johnson",
"url": "http://enja.org"
},
"repository": {
"type": "git",
"url": "http://github.com/enjalot/tributary.git"
},
"dependencies": {
"express": "3.0.6",
"request":"*",
"handlebars":"1.0.7",
"mongoskin":"^1.4",
"connect-mongo": "0.1.x",
"d3": "^3.1.4",
"inlet": "git://github.com/enjalot/Inlet.git",
"underscore": "1.4.4",
"jquery": "*",
"jquery-browserify": "*",
"backbone": "1.0.0",
"codemirror": "3.11.01",
"queue-async": "1.0.1",
"jshint": "0.9.1",
"jsonlint": "1.5.1",
"handlebars": "1.0.10",
"coffee-script": "1.9.0"
},
"devDependencies": {
"browserify": "2.28.0",
"handlebars": "1.0.7",
"less": ">=1.3.1",
"nodemon": "^1.3.7",
"uglify-js": "1.2.3"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
}
}