forked from bloominstituteoftechnology/Preprocessing-II
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 825 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
{
"name": "Preprocessing-II",
"version": "1.0.0",
"description": "Fun Bus is a travel agency looking for some help on their website. They want a new navigation, new header, and new buttons on the home page. They also want a mobile version of their site styled. Use your preprocessing knowledge to accomplish their tasks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "live-server",
"less": "less-watch-compiler less css index.less"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Omulosi/Preprocessing-II.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Omulosi/Preprocessing-II/issues"
},
"homepage": "https://github.com/Omulosi/Preprocessing-II#readme"
}