This repository was archived by the owner on Jun 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.02 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.02 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
{
"name": "shoryaan_api",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.6",
"ejs": "2.3.4",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.5.2",
"include-all": "^1.0.0",
"jsonwebtoken": "^6.2.0",
"lodash": "^4.0.0",
"nodemailer": "^4.6.3",
"promise-deferred": "^2.0.1",
"rc": "1.0.1",
"request": "^2.85.0",
"request-helpers": "^2.0.1",
"sails": "~0.12.14",
"sails-build-dictionary": "^0.10.1",
"sails-postgresql": "^0.11.4",
"sails-util": "^0.10.4",
"xoauth2": "^1.2.0",
"@angular/common": "4.0.2",
"@angular/compiler": "4.0.2",
"@angular/core": "4.0.2",
"@angular/forms": "4.0.2",
"@angular/http": "4.0.2",
"@angular/platform-browser": "4.0.2",
"@angular/platform-browser-dynamic": "4.0.2",
"@angular/router": "4.0.2",
"@angular/upgrade": "4.0.2",
"angular-in-memory-web-api": "~0.3.0",
"core-js": "^2.4.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"express": "^4.14.0",
"reflect-metadata": "^0.1.2",
"rxjs": "5.0.1",
"sails-disk": "~0.10.9",
"systemjs": "0.19.40",
"zone.js": "^0.8.4"
},
"devDependencies": {
"barrels": "^1.6.4",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"sails": "~0.11.0",
"sails-disk": "^0.10.7",
"sails-memory": "^0.10.6",
"supertest": "^1.2.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"test": "mocha"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/kareem/shoryaan_api.git"
},
"author": "kareem",
"license": ""
}