-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 896 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 896 Bytes
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
{
"name": "meanp-seed-app",
"version": "0.0.1",
"main": "server/server.js PROD",
"scripts": {
"start": "node server/server.js DEV"
},
"dependencies": {
"dotenv": "^2.0.0",
"express": "~3.3.8",
"jade": "~0.35.0",
"mongoose": "~3.6.20",
"passport": "~0.1.17",
"passport-google": "~0.3.0",
"passport-google-oauth": "^1.0.0",
"request": "~2.22.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.3",
"bower": "^1.7.7",
"grunt": "^0.4.5",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-develop": "~0.1.1",
"grunt-karma": "^0.8.3",
"grunt-protractor-runner": "^1.0.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"protractor": "^0.24.2",
"request": "~2.22.0"
}
}