-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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": "tournament-manager"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "3.x"
, "connect": "2.6.2"
, "connect-assets": "2.x"
, "express-partials": "0.0.6"
, "coffee-script": "*"
, "less": "1.6.3"
, "consolidate": "0.5.0"
, "eco": "1.1.0-rc-3"
, "request": "2.12.0"
, "which": "1.0.5"
, "underscore": "*"
, "gm": "1.9.2"
, "emailjs": "0.3.2"
, "passport": "0.1.15"
, "passport-local": "0.1.6"
, "passport-facebook": "0.1.4"
, "connect-flash": "0.1.0"
, "cradle": "0.6.4"
, "moment": "1.7.2"
, "instaview": "0.6.3"
, "marked": "0.2.9"
, "jayschema": "0.2.7"
, "tv4": "1.0.18"
, "onecolor": "2.3.4"
}
, "devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.4.0",
"coffee-script": " 1.6.3",
"grunt-mocha-test": "0.8.1",
"grunt-nodemon": "0.1.2",
"grunt-concurrent" : "*",
"grunt-contrib-clean" : "*",
"grunt-contrib-coffee" : "*",
"grunt-contrib-less" : "0.10.0",
"grunt-contrib-uglify" : "*",
"grunt-contrib-requirejs" : "0.4.4",
"grunt-cucumber": "*",
"grunt-wrap": "0.3.0",
"matchdep" : "*",
"grunt-express": "~1.0.0"
}
}