-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
28 lines (28 loc) · 884 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
{
"name": "ng2-ui-auth-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm run server:start\" \"npm run client:start\"",
"client:start": "cd ./client && npm start",
"client:install": "cd ./client && npm i",
"server:start": "cd ./server && npm start",
"server:install": "cd ./server && npm i",
"postinstall": "npm run client:install && npm run server:install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronzeidman/ng2-ui-auth-example.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronzeidman/ng2-ui-auth-example/issues"
},
"homepage": "https://github.com/ronzeidman/ng2-ui-auth-example#readme",
"devDependencies": {
"concurrently": "^4.0.1"
}
}