-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
package.json
30 lines (30 loc) · 883 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
{
"name": "js-task-lister-lite",
"version": "1.0.0",
"description": "One list, many tasks. Create a todo list in vanilla JS",
"main": "src/index.js",
"scripts": {
"postinstall": "gem install learn-co",
"test": "node_modules/browser-sync/bin/browser-sync.js start --config node_modules/learn-browser/bs-config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:learn-co-curriculum/js-task-lister-project.git"
},
"keywords": [
"learn",
"flatiron school",
"javascript",
"lab",
"ES6 class syntax"
],
"author": "Flatiron School",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/learn-co-curriculum/js-task-lister-project/issues"
},
"homepage": "https://github.com/learn-co-curriculum/js-task-lister-project",
"devDependencies": {
"learn-browser": "^0.1.12"
}
}