1 | { |
||
2 | "name": "Glipped", |
||
3 | "version": "1.0.0", |
||
4 | "description": "Simple Express App using Swig Templating Engine to Invite Users in Glip", |
||
5 | "license": "MIT", |
||
6 | "homepage": "https://developer.ringcentral.com/", |
||
7 | "author": "AKBP <[email protected]> (https://github.com/anilkumarbp)", |
||
8 | "repository": { |
||
9 | "type": "git", |
||
10 | "url": "https://github.com/anilkumarbp/Glipped" |
||
11 | }, |
||
12 | "scripts": { |
||
13 | "start": "node app.js", |
||
14 | "test": "mocha" |
||
15 | }, |
||
16 | "engines": { |
||
17 | "node": "7.4.0" |
||
18 | }, |
||
19 | "keywords": [ |
||
20 | "Glip", |
||
21 | "RingCentral" |
||
22 | ], |
||
23 | "bugs": "https://github.com/anilkumarbp/Glipped/issues", |
||
24 | "dependencies": { |
||
25 | "body-parser": "latest", |
||
26 | "chai-http": "^3.0.0", |
||
27 | "consolidate": "^0.14.5", |
||
28 | "dotenv": "^4.0.0", |
||
29 | "ejs": "^2.5.6", |
||
30 | "express": "^4.11.0", |
||
31 | "express-handlebars": "latest", |
||
32 | "handlebars": "^4.0.8", |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
33 | "jade": "0.20.x", |
||
34 | "mustache-express": "latest", |
||
35 | "ringcentral": "^3.1.1", |
||
36 | "sinon": "^1.17.4", |
||
37 | "superagent": "^3.5.2", |
||
38 | "supertest": "^3.0.0", |
||
39 | "swig": "^1.4.2", |
||
40 | "istanbul": "~0.2.4", |
||
41 | "coveralls": "~2.7.1" |
||
42 | }, |
||
43 | "devDependencies": { |
||
44 | "jest": "^19.0.2", |
||
45 | "chai": "^3.5.0", |
||
46 | "mocha": "^3.2.0", |
||
47 | "co-mocha": "1.1.2", |
||
48 | "sinon": "1.17.4", |
||
49 | "sinon-chai": "2.8.0" |
||
50 | }, |
||
51 | "jest": { |
||
52 | "testMatch": [ |
||
53 | "**/test/" |
||
54 | ] |
||
55 | } |
||
56 | } |
||
57 |