-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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
40
41
{
"name": "myapp",
"version": "1.0.0",
"description": "My webapp scaffold front-end, support NodeJS + Express + AngularJS",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"grunt": "^1.0.1",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.2",
"jsonwebtoken": "^7.0.1",
"method-override": "^2.3.6",
"mongoose": "^4.4.19",
"morgan": "^1.7.0"
},
"scripts": {
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GustavoGottardi/myapp.git"
},
"keywords": [
"myapp"
],
"author": "Gustavo Gottardi",
"license": "ISC",
"bugs": {
"url": "https://github.com/GustavoGottardi/myapp/issues"
},
"homepage": "https://github.com/GustavoGottardi/myapp#readme"
}