-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.69 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
{
"name": "mean-template",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"run": "node index.js",
"test": "gulp test"
},
"author": "",
"license": "ISC",
"dependencies": {
"ez-ctrl": "^0.4.11",
"express": "^4.4.1",
"q": "^1.0.1",
"coffee-script": "^1.7.1",
"express-session": "^1.2.1",
"serve-static": "^1.2.1",
"cookie-parser": "^1.1.0",
"body-parser": "^1.3.0",
"lodash": "^2.4.1",
"mongoose": "^3.8.12",
"bcrypt-nodejs": "0.0.3",
"connect-mongo": "^0.4.1",
"jwt-simple": "^0.2.0",
"ejs": "^1.0.0",
"nodemailer": "^0.6.5"
},
"devDependencies": {
"gulp-plumber": "^0.6.2",
"gulp-ejs": "^0.2.2",
"require-directory": "^1.2.0",
"run-sequence": "^0.3.6",
"node-require-directory": "^1.0.2",
"gulp-filter": "^0.4.1",
"gulp": "^3.7.0",
"gulp-coffee": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-bower": "0.0.5",
"gulp-nodemon": "^1.0.3",
"gulp-cached": "0.0.3",
"event-stream": "^3.1.5",
"gulp-changed": "^0.4.0",
"gulp-mocha": "^0.4.1",
"gulp-watch": "^0.6.5",
"gulp-grep-stream": "0.0.2",
"karma": "^0.12.16",
"gulp-karma": "0.0.4",
"stream-combiner": "^0.2.1",
"gulp-sass": "^0.7.1",
"mocha": "^1.20.0",
"karma-mocha": "^0.1.3",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-coffee-preprocessor": "^0.2.1",
"gulp-protractor": "0.0.7",
"protractor": "^0.23.1",
"through2": "^0.4.2",
"gulp-util": "^2.2.16",
"gulp-inject": "^0.4.1",
"gulp-print": "^1.0.3",
"gulp-coffeelint": "^0.3.3",
"gulp-newer": "^0.3.0"
}
}