forked from greenpioneersolutions/meanstackjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.42 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.42 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "meanstackjs",
"version": "0.3.3",
"description": "We are building in this framework to make your life as a designer or developer easier. We believe in making this framework usable for User Experience Designers, Quality Assurance Engineers, Software Engineers, Frontend & Backend Developers & Full Stack Engineers...",
"main": "index.js",
"standard": {
"globals": [
"angular",
"toastr",
"moment",
"self",
"_",
"describe",
"it",
"__dirname",
"localStorage",
"io",
"expect",
"inject",
"beforeEach"
],
"ignore": [
"commands/template/"
]
},
"scripts": {
"test": "npm run mocha && npm run karma && npm run nightwatch && npm run standard",
"nightwatch": "node_modules/nightwatch/bin/nightwatch || nightwatch",
"mocha": "node node_modules/mocha/bin/mocha tests/unit/mocha.test.js ",
"karma": "node node_modules/karma/bin/karma start tests/unit/karma.test.js || karma start tests/unit/karma.test.js ",
"standard": "node node_modules/standard/bin/cmd.js || standard",
"postinstall": "node node_modules/bower/bin/bower install || bower install",
"start": " node index.js",
"development": "export NODE_ENV=development || set NODE_ENV=development && node node_modules/nodemon/bin/nodemon.js index.js || nodemon.js index.js",
"qa": "export NODE_ENV=test || set NODE_ENV=test && node index.js",
"nightwatch": "export NODE_ENV=nightwatch || set NODE_ENV=nightwatch && node index.js",
"production": "export NODE_ENV=production || set NODE_ENV=production && node index.js",
"cli": "node commands/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenpioneersolutions/meanstackjs.git"
},
"homepage": "https://github.com/greenpioneersolutions/meanstackjs#readme",
"keywords": [
"Mean",
"Mean Stack",
"Mean Stack JS",
"Javascript framework",
"Mongodb",
"Expressjs",
"Express",
"Angular",
"Angularjs",
"Node",
"Nodejs"
],
"author": "Green Pioneer <info@greenpioneersolutions.com>",
"contributors": "https://github.com/greenpioneersolutions/meanstackjs/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/greenpioneersolutions/meanstackjs/issues"
},
"dependencies": {
"agenda": "^0.8.0",
"agendash": "^0.3.1",
"async": "^1.5.0",
"babel-core": "^6.7.6",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"basic-auth": "^1.0.3",
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.0.6",
"body-parser": "^1.14.1",
"buildreq": "latest",
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"chokidar": "^1.4.1",
"clockwork": "^0.1.0",
"commander": "^2.9.0",
"compression": "^1.6.0",
"connect-assets": "^5.0.1",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-flash": "^0.0.2",
"express-session": "^1.12.1",
"express-system-status": "^0.2.2",
"express-validator": "^2.18.0",
"glob": "^7.0.3",
"jsonwebtoken": "^6.2.0",
"less": "^2.5.3",
"livereload": "^0.4.1",
"lob": "^3.6.0",
"lodash": "^4.11.1",
"method-override": "^2.3.5",
"minimist": "^1.2.0",
"mongo-express": "^0.30.52",
"mongoose": "^4.2.7",
"mongoose-validator": "^1.2.4",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"nightwatch": "^0.8.18",
"nightwatch-html-reporter": "^1.0.4",
"node-sass": "^3.4.2",
"node-uuid": "^1.4.7",
"node-xlsx": "^0.6.0",
"nodemailer": "^2.3.2",
"passport": "0.3.2",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"plato": "^1.5.0",
"request": "^2.67.0",
"run-auto": "^1.1.3",
"shelljs": "^0.7.0",
"socket.io": "^1.3.7",
"swagger-node-express": "^2.1.3",
"swagger-ui": "2.1.8-M1",
"swig": "^1.4.2",
"uglify-js": "^2.6.2",
"uglifycss": "0.0.20",
"validator": "^5.2.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"blessed": "^0.1.81",
"bower": "^1.7.1",
"chai": "^3.4.1",
"inquirer": "^1.0.2",
"karma": "^0.13.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-mocha": "^1.0.1",
"mocha": "^2.3.4",
"multiline": "^1.0.2",
"nodemon": "^1.8.1",
"phantomjs": "^2.1.7",
"standard": "latest",
"supertest": "^1.1.0"
}
}