-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "basic-node-angular-fullstack",
"version": "0.0.1",
"description": "",
"main": "server.js",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xlfpx/basic-node-angular-fullstack.git"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.11",
"angular": "^1.6.6",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.2",
"express": "^4.16.2",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"morgan": "^1.9.0",
"path": "^0.12.7",
"popper.js": "^1.13.0",
"pug": "^2.0.0-rc.4",
"tether": "^1.4.2",
"toastr": "^2.1.2"
},
"author": "Lars Froelich",
"license": "MIT",
"bugs": {
"url": "https://github.com/xlfpx/basic-node-angular-fullstack/issues"
},
"homepage": "https://github.com/xlfpx/basic-node-angular-fullstack#readme"
}