-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "evocell.net",
"version": "0.23.5",
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "tom peak",
"github": "tompeak"
},
{
"name": "phileas lebada",
"github": "norpol"
},
{
"name": "litto",
"github": "mslitto"
},
{
"name": "daniel safar",
"github": "n1c3"
}
],
"repository": {
"type": "git",
"url": "https://github.com/wizardsatwork/evocell.net.git"
},
"scripts": {
"start": "mspg build serve watch",
"build": "NODE_ENV=production mspg build zip",
"prod": "NODE_ENV=production mspg build zip serve",
"lint:css": "mspg lint css",
"lint:html": "mspg lint html"
},
"devDependencies": {
"@mspg/core": "github:mspg/core",
"@mspg/transpile-posthtml": "github:mspg/transpile-posthtml",
"@mspg/transpile-stylus": "github:mspg/transpile-stylus"
}
}