-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.2 KB
/
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
{
"name": "04-frontend-nanodegree-feedreader",
"version": "1.0.0",
"description": "In this project you are given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included [Jasmine](http://jasmine.github.io/) and even started writing their first test suite! Unfortunately, they decided to move on to start their own company and we're now left with an application with an incomplete test suite. That's where you come in.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jamil-Bailony/feedreader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jamil-Bailony/feedreader/issues"
},
"homepage": "https://github.com/Jamil-Bailony/feedreader#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-jasmine-browser": "^4.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.3.0"
},
"dependencies": {}
}