|
|
@ -4,7 +4,7 @@ |
|
|
|
"description": "An OnlineJudge System for OI", |
|
|
|
"description": "An OnlineJudge System for OI", |
|
|
|
"main": "app.js", |
|
|
|
"main": "app.js", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"start": "node --harmony-async-await app.js", |
|
|
|
"start": "node app.js", |
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|