forked from abertal/alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 772 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 772 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
{
"name": "abertal-alpha",
"version": "0.0.1",
"description": "Proof of concept association web management Edit",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browser-sync": "browser-sync start --files \"./**/*.css, ./**/*.js, ./**/*.py, ./**/templates/**/*.html\" --proxy 127.0.0.1:8000 --reload-delay=300 --reload-debounce=500",
"start": "concurrently --kill-others \"python manage.py runserver\" \"npm run browser-sync\" "
},
"repository": {
"type": "git",
"url": "https://github.com/abertal/alpha/"
},
"author": "C.X. Abertal",
"license": "BSD-3-Clause",
"devDependencies": {
"browser-sync": "^2.18.7",
"concurrently": "^3.2.0"
}
}