forked from yasinishyn/ucu-todo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 865 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
38
{
"name": "ucu-todo",
"version": "1.0.0",
"description": "Simple TODO list",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LilJohny/ucu-todo.git"
},
"keywords": [
"TODO",
"CSS",
"HTML",
"JavaScript"
],
"author": "Denis Ivanenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/LilJohny/ucu-todo/issues"
},
"homepage": "https://github.com/LilJohny/ucu-todo#readme",
"dependencies": {
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"html-tags": "^3.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0"
}
}