-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 953 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
{
"name": "contatosjs",
"description": "Aplicação de Contatos em AngularJS",
"version": "0.0.1",
"dependencies": {
"express": "4.17.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-sub": "^0.1.6",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-processhtml": "^0.3.13",
"grunt-usemin": "^3.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "node server.js",
"test-run": "node server_test.js"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joaocabraldev/contatosjs.git"
},
"author": "João Antônio Cabral",
"license": "MIT",
"bugs": {
"url": "https://github.com/joaocabraldev/contatosjs/issues"
},
"homepage": "https://github.com/joaocabraldev/contatosjs#readme"
}