-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
30
{
"name": "todooblr",
"version": "1.0.0",
"description": "a todo app with gamified \"feature releases\" and other ridiculous things to demonstrate my code organisation skills. uses vanilla js, oop + mvc principles",
"main": "index.html",
"dependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"babel-preset-es2015": "^6.18.0",
"gulp-babel": "^6.1.2"
},
"devDependencies": {},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomhuhges/todooblr.git"
},
"keywords": [
"stupid",
"dumb"
],
"author": "tomhuhges",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomhuhges/todooblr/issues"
},
"homepage": "https://github.com/tomhuhges/todooblr#readme"
}