forked from MarginalCasey/itseed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.88 KB
/
package.json
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
{
"name": "itseed",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"MD5": "^1.3.0",
"aos": "^2.3.4",
"async": "^2.6.0",
"coffee-script": "^1.12.7",
"credential": "^2.0.0",
"dotenv": "^5.0.1",
"ejs": "^0.8.8",
"email-verification": "^0.4.6",
"express": "^4.16.4",
"fibers": "^2.0.2",
"google-auth-library": "^1.4.0",
"googleapis": "^39",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jst": "~0.5.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "^0.8.0",
"iconv-lite": "^0.4.19",
"include-all": "^0.1.6",
"latest-version": "^5.1.0",
"lodash": "^4.17.4",
"nodemailer": "^6.1.1",
"rc": "~0.3.3",
"sails": "^0.11.0",
"sails-disk": "~0.10.9",
"sails-hook-dev": "^1.0.0",
"sails-hook-email": "^0.12.1",
"sails-hook-update-or-create": "^0.1.4",
"sails-mysql": "^0.10.11",
"skipper": "^0.5.9",
"vinyl-fs": "^2.4.4"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "mocha test"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/anonymous node/sails user/itseed.git"
},
"author": "anonymous node/sails user",
"license": "MIT",
"devDependencies": {
"@wdio/cli": "^5.10.0",
"@wdio/local-runner": "^5.10.0",
"@wdio/mocha-framework": "^5.9.4",
"@wdio/spec-reporter": "^5.9.3",
"@wdio/sync": "^5.10.0",
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^2.5.3",
"supertest": "^1.2.0"
},
"directories": {
"test": "test"
}
}