-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.04 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
43
44
45
46
47
48
49
50
{
"name": "TvrboAdmin",
"version": "1.0.0",
"description": "Ng-admin starter template",
"main": "server.js",
"scripts": {
"start": "make run",
"prepublish": "make snyk-protect"
},
"engines": {
"node": "6.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TvrboPro/TvrboAdmin"
},
"keywords": [
"admin",
"angular",
"ng-admin",
"node",
"express",
"backend",
"intranet"
],
"author": "Jordi Moraleda <[email protected]>",
"license": "ISC",
"dependencies": {
"basic-auth": "^1.0.4",
"bluebird": "^3.4.2",
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"css-loader": "^0.25.0",
"express": "^4.13.4",
"lodash.throttle": "^4.1.1",
"method-override": "^2.3.6",
"mongoose": "^4.4.17",
"nconf": "^0.8.4",
"ng-admin": "1.0.0-alpha2",
"snyk": "^1.18.1",
"style-loader": "^0.13.1",
"validator": "^6.0.0",
"webpack": "^1.13.2"
},
"devDependencies": {
"eslint": "^3.5.0",
"nodemon": "^1.10.2"
},
"snyk": true
}