We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0931123 commit 7576e8eCopy full SHA for 7576e8e
package.json
@@ -1,5 +1,18 @@
1
{
2
- "name":"regexplanet",
+ "name":"regexplanet-js",
3
"version":"0.0.1",
4
- "dependencies": {}
+ "main": "app.js",
5
+ "scripts": {
6
+ "start": "node app.js"
7
+ },
8
+ "dependencies": {
9
+ "express": "^4.15.4"
10
11
+ "engines": {
12
+ "node": "8.1.4"
13
14
+ "repository": {
15
+ "url": "https://www.github.com/fileformat/regexplanet-js"
16
+ }
17
}
18
+
0 commit comments