-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 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
{
"name": "Angular_teste",
"version": "1.0.0",
"description": "Projeto de teste com angularJs",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/damasio34/Angular_teste.git"
},
"author": "Darlan Damasio (damasio34)",
"license": "MIT",
"bugs": {
"url": "https://github.com/damasio34/Angular_teste/issues"
},
"homepage": "https://github.com/damasio34/Angular_teste",
"devDependencies": {
"browser-sync": "^2.7.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"wiredep": "^2.2.2"
}
}