-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 874 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
{
"name": "tasky",
"version": "1.0.0",
"description": "simple task manager",
"main": "app.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --delay",
"gulp": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hasanmansur/Tasky.git"
},
"author": "S. M. Hasan Mansur",
"license": "MIT",
"bugs": {
"url": "https://github.com/hasanmansur/Tasky/issues"
},
"homepage": "https://github.com/hasanmansur/Tasky#readme",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"jsonwebtoken": "^7.0.0",
"mongoosastic": "^4.0.2",
"mongoose": "^4.4.17",
"mongoose-nested-set": "0.0.7"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"mocha": "^2.4.5"
}
}