-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 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
{
"name": "phalcon-nova-mooc",
"version": "1.0.0",
"description": "A Mooc project developed with Phalcon, a PHP framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sudo rm -Rf postgres-data && docker-compose up -d --build && chmod 777 -Rf web/cache web/public/files web/phalcon.log",
"start": "docker-compose up -d && chmod 777 -Rf web/cache web/public/files web/phalcon.log",
"cy:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/les-enovateurs/phalcon-nova-mooc"
},
"keywords": [
"cypress",
"phalcon",
"php",
"apache",
"docker"
],
"author": "Jérémy PASTOURET <[email protected]> (https://les-enovateurs.com/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/les-enovateurs/phalcon-nova-mooc/issues"
},
"homepage": "https://github.com/les-enovateurs/phalcon-nova-mooc#readme",
"devDependencies": {
"cypress": "^4.1.0",
"cypress-intellij-reporter": "0.0.4"
},
"dependencies": {
"minimist": "1.2.3"
}
}