-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.27 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
{
"name": "sosick-boilerplate",
"description": "Starter repo with good defaults for Angular and Node.",
"version": "0.3.4",
"license": "MIT",
"author": {
"name": "Sosick Studios",
"email": "[email protected]"
},
"homepage": "https://github.com/popasquat89/traven",
"repository": {
"type": "git",
"url": "git://github.com/popasquat89/traven.git"
},
"keywords": [],
"dependencies": {
"async": "~0.2.9",
"bcrypt": "~0.7.6",
"colors": "~0.6.1",
"connect-mongo": "~0.3.3",
"connect-redis": "~1.4.5",
"express": "~3.3.5",
"express-winston": "~0.2.1",
"express3-handlebars": "~0.5.0",
"hiredis": "~0.1.15",
"lodash": "~1.3.1",
"mkdirp": "~0.3.5",
"mongoose": "~3.8.x",
"nodemailer": "~0.5.2",
"passport-facebook": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~0.1.5",
"redis": "~0.8.4",
"request": "~2.26.0",
"socket.io": "~0.9.16",
"string": "~1.5.0",
"soultimate": "~0.2.5",
"winston": "~0.7.2",
"winston-mongodb": "~0.4.0",
"wrench": "~1.5.1",
"xml2js": "~0.2.8",
"q": "=0.9.6",
"baucis": "~0.6.13",
"svd-xbee": "0.3.x"
},
"devDependencies": {
"coffeeify": "~0.5.1",
"grunt": "~0.4.1",
"grunt-browserify2": "~0.1.8",
"grunt-cache-bust": "0.0.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.1",
"grunt-express": "~1.0.0-beta2",
"grunt-open": "~0.2.2",
"grunt-usemin": "~0.1.12",
"hbsfy": "~0.1.5",
"matchdep": "~0.1.2",
"uglify-js": "~2.3.6",
"mocha": "~1.12.0",
"should": "~1.2.2",
"protractor": "~0.7.0",
"chai": "~1.7.2",
"selenium-webdriver": "~2.35.0",
"grunt-bump": "0.0.11",
"grunt-shell": "~0.3.1",
"grunt-ngmin": "0.0.3",
"grunt-sass": "~0.6.1",
"grunt-html2js": "~0.1.7",
"serialport":"1.2.5",
"xbee-api": "0.3.x"
},
"scripts": {
"start": "node --harmony-generators server"
}
}