-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 786 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 786 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
{
"name": "cpf-hackathon",
"version": "1.0.0",
"description": "��#\u0000 \u0000C\u0000P\u0000F\u0000 \u0000H\u0000a\u0000c\u0000k\u0000a\u0000t\u0000h\u0000o\u0000n\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KlintonICT/cpf-hackathon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KlintonICT/cpf-hackathon/issues"
},
"homepage": "https://github.com/KlintonICT/cpf-hackathon#readme",
"devDependencies": {
"bower": "^1.8.8",
"gulp": "^4.0.2"
},
"dependencies": {
"express": "^4.17.1",
"gulp-sass": "^4.1.0"
}
}