-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 805 Bytes
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": "project3",
"version": "1.0.0",
"description": "**Description:** CommUnity is a application that contains a listing of user submitted product ideas that contribute to the social good of others.",
"main": "app.js",
"dependencies": {
"angular-ui-bootstrap": "^2.3.0",
"angular-ui-router": "^0.3.2",
"init": "^0.1.2",
"ng-tags-input": "^3.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rob-king/CommUnity-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rob-king/CommUnity-frontend/issues"
},
"homepage": "https://github.com/rob-king/CommUnity-frontend#readme"
}