forked from EmulatorJS/emulatorjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 800 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
{
"name": "emulatorjs.org-2.1",
"version": "0.0.2",
"description": "The EmulatorJS Website",
"main": "index.js",
"author": {
"name": "Ethan O'Brien",
"email": "ethan.a.obrien@gmail.com",
"url": "https://github.com/ethanaobrien"
},
"contributors": [
"Isaiah Koontz <isaiah.koontz@gmail.com> (https://github.com/KingIzzymon)",
"Allan Niles (https://github.com/allancoding)"
],
"repository": "https://github.com/EmulatorJS/emulatorjs.org",
"scripts": {
"dev_new": "vuepress dev src",
"build_new": "vuepress build src",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vuepress dev src",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.9.7"
}
}