forked from Mac-Taylor/Final-Project-Repository
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 901 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
31
32
33
{
"name": "Final-Project-Repository",
"version": "1.0.0",
"description": "File repository for TIY meal-share final project application.",
"main": "gulpfile.js",
"dependencies": {
"angular1-star-rating": "^1.2.11",
"foundation-sites": "^6.3.1",
"gulp": "^3.9.1",
"gulp-browser": "^3.0.4",
"gulp-sass": "^3.1.0",
"moment": "^2.18.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neilgamb/Final-Project-Repository.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neilgamb/Final-Project-Repository/issues"
},
"homepage": "https://github.com/neilgamb/Final-Project-Repository#readme"
}