-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 852 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
{
"name": "movie-time",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava --verbose",
"nyc": "nyc ava --verbose",
"test-watch": "ava --verbose --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suntala/movie-time.git"
},
"author": "Arati R.",
"license": "MIT",
"bugs": {
"url": "https://github.com/suntala/movie-time/issues"
},
"homepage": "https://github.com/suntala/movie-time#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"fs": "0.0.1-security",
"mongoose": "^5.0.0-rc2",
"mongoose-sequence": "^4.0.1",
"pug": "^2.0.0-rc.4"
},
"devDependencies": {
"ava": "^0.24.0",
"nyc": "^11.4.1",
"supertest": "^3.0.0"
},
"ava": {
"files": [
"test/**/*.js"
]
}
}