forked from strongloop/loopback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.29 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "loopback",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
"restful",
"rest",
"api",
"express",
"restify",
"koa",
"auth",
"security",
"oracle",
"mysql",
"nosql",
"mongo",
"mongodb",
"sqlserver",
"mssql",
"postgres",
"postgresql",
"soap",
"StrongLoop",
"framework",
"mobile",
"mBaaS"
],
"version": "2.1.3",
"scripts": {
"test": "grunt mocha-and-karma"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.4.3",
"canonical-json": "0.0.4",
"ejs": "~1.0.0",
"express": "4.x",
"strong-remoting": "^2.0.0",
"bcryptjs": "~2.0.1",
"debug": "~1.0.4",
"inflection": "~1.3.8",
"nodemailer": "~1.0.1",
"nodemailer-stub-transport": "~0.1.4",
"uid2": "0.0.3",
"underscore": "~1.6.0",
"underscore.string": "~2.3.3"
},
"peerDependencies": {
"loopback-datasource-juggler": "^2.0.0"
},
"devDependencies": {
"browserify": "~4.2.1",
"chai": "~1.9.1",
"cookie-parser": "~1.3.2",
"errorhandler": "~1.1.1",
"es5-shim": "^4.0.0",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.8.3",
"grunt-mocha-test": "^0.11.0",
"karma-browserify": "~0.2.1",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
"loopback-boot": "^1.1.0",
"loopback-datasource-juggler": "^2.0.0",
"loopback-testing": "~0.2.0",
"mocha": "~1.20.1",
"serve-favicon": "~2.0.1",
"strong-task-emitter": "0.0.x",
"supertest": "~0.13.0",
"karma": "~0.12.17"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback"
},
"browser": {
"express": "./lib/browser-express.js",
"connect": false,
"nodemailer": false
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
}
}