-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 976 Bytes
/
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
{
"name": "quorra",
"version": "1.1.0",
"scripts": {
"start": "quorra ride",
"test": "mocha --opts app/tests/mocha.opts"
},
"dependencies": {
"consolidate": "~0.14.1",
"jade": "~1.9.2",
"positron": "1.1.0",
"sails-disk": "~0.10.7"
},
"devDependencies": {
"gulp": "~3.9.1",
"laravel-elixir": "~6.0.0-9",
"@positron/elixir": "^0.0.1",
"mocha": "^2.5.3",
"nodemailer-stub-transport": "^1.0.0",
"should": "^8.4.0",
"supertest": "^1.2.0"
},
"description": "The QuorraJS Framework",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/quorrajs/Quorra"
},
"keywords": [
"quorra",
"quorrajs",
"quorra.js",
"web",
"framework",
"rest",
"restful",
"api"
],
"author": "Harish Anchu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quorrajs/Quorra/issues"
},
"homepage": "https://quorrajs.org/"
}