Skip to content

Commit 7576e8e

Browse files
committed
valid package.json so it will run on now.sh
1 parent 0931123 commit 7576e8e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
2-
"name":"regexplanet",
2+
"name":"regexplanet-js",
33
"version":"0.0.1",
4-
"dependencies": {}
4+
"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+
}
517
}
18+

0 commit comments

Comments
 (0)