-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.9 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
{
"name": "easywork",
"private": true,
"version": "0.0.1",
"engines": {
"node": "^6",
"npm": "^3"
},
"dependencies": {
"aws-sdk": "^2.22.0",
"body-parser": "^1.11.0",
"bower": "^1.2.8",
"cookie-parser": "^1.3.3",
"errorhandler": "^1.3.2",
"express": "^4.10.0",
"express-jwt": "^5.1.0",
"express-session": "^1.9.1",
"googleapis": "^1.1.4",
"grunt": "0.4.5",
"grunt-cli": "latest",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "latest",
"grunt-express-server": "latest",
"grunt-ng-annotate": "^1.0.1",
"grunt-open": "~0.2.2",
"grunt-shell": "~0.6.1",
"grunt-template": "^0.2.3",
"heroku-self-ping": "^1.1.3",
"jsonwebtoken": "^7.1.9",
"method-override": "^2.3.1",
"mocha": "^2.3.4",
"mongoose": "^4",
"multer": "^0.1.7",
"nodemailer": "^3",
"passport": "~0.3",
"passport-google-oauth2": "^0.1.6",
"passport-local": "^1.0.0",
"q": "^1.0.1",
"request-promise": "^2.0.1",
"should": "^8.2.0",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"grunt-contrib-sass": "^1.0.0",
"mime": "^1.3.4",
"supertest": "^1.1.0",
"typescript": "^1.8.10"
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install && grunt prod",
"test": "set NODE_ENV=test&& mocha",
"dev": "set NODE_ENV=development&& grunt dev"
},
"description": "Easywork: Building an App with AngularJS, Express andNode.js\r ============================================================",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/chenop/easywork.git"
},
"author": "Chen Oppenhaim",
"license": "ISC",
"bugs": {
"url": "https://github.com/chenop/easywork/issues"
},
"homepage": "https://github.com/chenop/easywork"
}