forked from udacity/frontend-nanodegree-feedreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.15 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.15 KB
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
{
"name": "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": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/effluxation/frontend-nanodegree-feedreader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/effluxation/frontend-nanodegree-feedreader/issues"
},
"homepage": "https://github.com/effluxation/frontend-nanodegree-feedreader#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2"
}
}