-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 966 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 966 Bytes
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
{
"name": "forcastiov2",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --recursive ./dist/test/**/*.specs.js -t 10000",
"start": "node dist/index.js",
"compile": "tsc -p ."
},
"author": "Ajay Singh <ajay.singh@srijan.net>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.7",
"debug": "^2.6.1",
"ejs": "^2.5.6",
"express": "^4.14.1",
"moment": "^2.17.1",
"query-string": "^4.3.1"
},
"devDependencies": {
"@types/bluebird": "^3.0.37",
"@types/debug": "0.0.29",
"@types/ejs": "^2.3.33",
"@types/express": "^4.0.35",
"@types/mocha": "^2.2.39",
"@types/moment": "^2.13.0",
"@types/should": "^8.1.30",
"@types/supertest": "^2.0.0",
"mocha": "^3.2.0",
"mocha-typescript": "^1.0.22",
"should": "^11.2.0",
"supertest": "^3.0.0",
"tslint": "^4.5.1",
"typescript": "^2.2.1",
"reflect-metadata": "^0.1.10"
}
}