-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 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
{
"name": "todolist-mean",
"version": "1.0.0",
"description": "A simple todolist built with MEAN",
"main": "server.js",
"scripts": {
"ru": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jeffersonmsouza/todolist-mean.git"
},
"keywords": [
"mean"
],
"author": "Jefferson M Souza",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffersonmsouza/todolist-mean/issues"
},
"homepage": "https://github.com/jeffersonmsouza/todolist-mean",
"devDependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"method-override": "^2.3.5",
"mongoose": "^4.1.10",
"morgan": "^1.6.1"
},
"dependencies": {
"angular": "^1.4.7"
}
}