-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.01 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.01 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
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
{
"name": "bluestorm",
"version": "0.6.3",
"description": "Node framework with angular",
"main": "index.js",
"scripts": {
"test": "tescommand"
},
"repository": {
"type": "git",
"url": "https://github.com/inProgress-team/BlueStormJS"
},
"keywords": [
"keywords"
],
"author": "auth",
"license": "MIT",
"bugs": {
"url": "https://github.com/inProgress-team/BlueStormJS/issues"
},
"engines": {
"node": "0.12.7"
},
"homepage": "https://github.com/inProgress-team/BlueStormJS",
"dependencies": {
"async": "^1.2.1",
"bcrypt": "^0.8.0",
"body-parser": "^1.13.2",
"cheerio": "^0.19.0",
"cli-color": "^1.0.0",
"coffeelint": "^1.8.1",
"compression": "^1.2.0",
"del": "^1.2.0",
"ejs": "^2.3.3",
"email-templates": "^1.1.2",
"express": "^4.9.5",
"forever-monitor": "^1.3.0",
"fs.extra": "^1.2.1",
"gulp": "^3.8.8",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-html2js": "^0.2.0",
"gulp-inject": "^1.0.2",
"gulp-inject-reload": "0.0.2",
"gulp-jsbeautifier": "0.0.3",
"gulp-less": "^3.0.3",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.10",
"gulp-ng-annotate": "^1.0.0",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.0",
"gulp-util": "^3.0.0",
"gulp-watch": "^1.0.7",
"js-beautify": "^1.5.4",
"jwt-simple": "^0.2.0",
"karma": "^0.12.31",
"less": "^1.7.5",
"main-bower-files": "^2.0.0",
"moment": "^2.8.3",
"mongodb": "^2.0.35",
"mongoose": "^4.0.6",
"multer": "^0.1.6",
"node-uuid": "^1.4.1",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"password-generator": "^0.2.2",
"phridge": "^1.0.7",
"redis": "^0.12.1",
"slug": "^0.9.1",
"socket.io": "^1.4.5",
"socket.io-redis": "^1.0.0",
"socketio-sticky-session": "^0.4.1",
"underscore": "^1.7.0",
"yargs": "^1.3.1"
},
"devDependencies": {
"sinon": "^1.10.3"
}
}